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 /jsconfig.json | |
| parent | acabbb843e65ce6a3e02f49bb7a7753a56e4e658 (diff) | |
save config for vscode
Diffstat (limited to 'jsconfig.json')
| -rw-r--r-- | jsconfig.json | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
