diff options
Diffstat (limited to 'jsconfig.json')
| -rw-r--r-- | jsconfig.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/jsconfig.json b/jsconfig.json index 0000ef3d..bccb75f0 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -1,10 +1,11 @@ { "include": [ "www/**/*" + ], "exclude": [ - "node_modules", - "dist", - "platforms" + "node_modules/**/*", + "dist/**/*", + "platforms/**/*" ] }
\ No newline at end of file |
