summaryrefslogtreecommitdiff
path: root/jsconfig.json
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-09-12 20:15:20 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-09-12 20:15:20 -0400
commitb2ad62461c8993c33068d1b0215f36deba0e1c9f (patch)
tree605ed1945cd2a55b10437b037fd465bade7e6a0f /jsconfig.json
parent7025aa4ec599593a80e2d3c2249b49eae7ef9f6a (diff)
#704 chaining fixes
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