summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--jsconfig.json10
2 files changed, 10 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 602fed5a..02b34ee5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,7 +16,6 @@ zmNinja.sublime-project
zmNinja.sublime-workspace
.vscode/
typings/
-jsconfig.json
package-lock.json
dist/
diff --git a/jsconfig.json b/jsconfig.json
new file mode 100644
index 00000000..b9587b3c
--- /dev/null
+++ b/jsconfig.json
@@ -0,0 +1,10 @@
+{
+ "include": [
+ "www/**/*"
+ ],
+ "exclude": [
+ "node_modules/",
+ "dist/",
+ "platforms/"
+ ]
+} \ No newline at end of file