summaryrefslogtreecommitdiff
path: root/jsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'jsconfig.json')
-rw-r--r--jsconfig.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/jsconfig.json b/jsconfig.json
index b9587b3c..0000ef3d 100644
--- a/jsconfig.json
+++ b/jsconfig.json
@@ -3,8 +3,8 @@
"www/**/*"
],
"exclude": [
- "node_modules/",
- "dist/",
- "platforms/"
+ "node_modules",
+ "dist",
+ "platforms"
]
} \ No newline at end of file