aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-11-17 14:51:48 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2025-11-17 14:51:48 +0200
commitbd20853c52328cd55f7f63f50f1b9234fa830ba6 (patch)
tree6826649b78175b5dad42412e54b49dcdcb1c63d6
parent57bb986524388b6fc9441aea7a53ff9852380663 (diff)
downloadhousing-bd20853c52328cd55f7f63f50f1b9234fa830ba6.tar.zst
Do not use tcs to check server.js
-rw-r--r--jsconfig.json2
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