diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-23 14:17:04 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-23 14:17:04 -0400 |
| commit | 2dcd736caf0cfd3fc4ff0a2841d486c795d6661d (patch) | |
| tree | ce1f4cfdfd5b01b77d7ec13f1352c1976f401c57 /jsconfig.json | |
| parent | fcb74d996161f47a63ef5232098358872b288593 (diff) | |
wekwebview fixes
Diffstat (limited to 'jsconfig.json')
| -rw-r--r-- | jsconfig.json | 15 |
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 |
