diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-11-17 14:51:48 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-11-17 14:51:48 +0200 |
| commit | bd20853c52328cd55f7f63f50f1b9234fa830ba6 (patch) | |
| tree | 6826649b78175b5dad42412e54b49dcdcb1c63d6 | |
| parent | 57bb986524388b6fc9441aea7a53ff9852380663 (diff) | |
| download | housing-bd20853c52328cd55f7f63f50f1b9234fa830ba6.tar.zst | |
Do not use tcs to check server.js
| -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 |
