aboutsummaryrefslogtreecommitdiffstats
path: root/jsconfig.json
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-11-04 17:07:24 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2025-11-09 22:48:55 +0200
commitbe7ec90b500ac68e053f2b58feb085247ef95817 (patch)
treeaef7732ce0bbe505c6bc8486e1d0da2c06990e6a /jsconfig.json
parenta4ed99a370930b1a0c0f065906ed99c15a015fd4 (diff)
downloadhousing-be7ec90b500ac68e053f2b58feb085247ef95817.tar.zst
Refactor application to use couchbase
Diffstat (limited to 'jsconfig.json')
-rw-r--r--jsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsconfig.json b/jsconfig.json
index cd0a987..1d6d924 100644
--- a/jsconfig.json
+++ b/jsconfig.json
@@ -28,7 +28,7 @@
"target": "esnext"
},
"html.format.enable": false,
- "include": ["app/*.js"],
+ "include": ["app/*.js", "*.js"],
"javascript.format.enable": false,
"json.format.enable": false,
"typescript.format.enable": false