summaryrefslogtreecommitdiff
path: root/jsconfig.json
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-09-13 15:27:33 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-09-13 15:27:33 -0400
commit97930ca47f2982fa9afd032562a82e607d19e729 (patch)
tree5d1f484706df91309128728dc1182f128cd5991f /jsconfig.json
parentea2c76bd5beba6da0d1dbd5db4d2ecc4cc4a6726 (diff)
#704 some more var cleanup
Diffstat (limited to 'jsconfig.json')
-rw-r--r--jsconfig.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/jsconfig.json b/jsconfig.json
index 0000ef3d..bccb75f0 100644
--- a/jsconfig.json
+++ b/jsconfig.json
@@ -1,10 +1,11 @@
{
"include": [
"www/**/*"
+
],
"exclude": [
- "node_modules",
- "dist",
- "platforms"
+ "node_modules/**/*",
+ "dist/**/*",
+ "platforms/**/*"
]
} \ No newline at end of file