summaryrefslogtreecommitdiff
path: root/jsconfig.json
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-09-23 14:17:04 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-09-23 14:17:04 -0400
commit2dcd736caf0cfd3fc4ff0a2841d486c795d6661d (patch)
treece1f4cfdfd5b01b77d7ec13f1352c1976f401c57 /jsconfig.json
parentfcb74d996161f47a63ef5232098358872b288593 (diff)
wekwebview fixes
Diffstat (limited to 'jsconfig.json')
-rw-r--r--jsconfig.json15
1 files changed, 11 insertions, 4 deletions
diff --git a/jsconfig.json b/jsconfig.json
index bccb75f0..fb1eda40 100644
--- a/jsconfig.json
+++ b/jsconfig.json
@@ -1,11 +1,18 @@
{
+
+
"include": [
- "www/**/*"
+ "www/js/**/*",
+ "www/css/**/*",
+ "www/templates/**/*"
],
"exclude": [
- "node_modules/**/*",
- "dist/**/*",
- "platforms/**/*"
+ "node_modules",
+ "**/node_modules/*",
+ "dist",
+ "platforms",
+ ".vscode",
+
]
} \ No newline at end of file