diff options
| -rw-r--r-- | jsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsconfig.json b/jsconfig.json index d588553..fed7df9 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -30,7 +30,7 @@ "target": "esnext" }, "html.format.enable": false, - "include": ["app/*.js", "*.js"], + "include": ["app/*.js"], "javascript.format.enable": false, "json.format.enable": false, "typescript.format.enable": false |
