diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-10 11:20:51 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-10 11:20:51 -0400 |
| commit | a364e13698d2e8e69a9cbc8fa0f436590e5aafb4 (patch) | |
| tree | 8683147a070907e34869111752769bafc42b247f | |
| parent | acabbb843e65ce6a3e02f49bb7a7753a56e4e658 (diff) | |
save config for vscode
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | jsconfig.json | 10 |
2 files changed, 10 insertions, 1 deletions
@@ -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 |
