aboutsummaryrefslogtreecommitdiff
path: root/modern/jsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'modern/jsconfig.json')
-rw-r--r--modern/jsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/modern/jsconfig.json b/modern/jsconfig.json
index ec9aa3f..a66ba28 100644
--- a/modern/jsconfig.json
+++ b/modern/jsconfig.json
@@ -1,6 +1,6 @@
{
"compilerOptions": {
- "baseUrl": "src"
+ "baseUrl": "./"
},
- "include": ["src"]
+ "include": ["src/**/*"]
} \ No newline at end of file