aboutsummaryrefslogtreecommitdiffstats
path: root/jsconfig.json
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-11-09 22:59:02 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2025-11-11 15:35:03 +0200
commit909773f9d253c61183cc1f9f6193656957946be5 (patch)
tree136075e1946accedda0530dd25940b8931408c5a /jsconfig.json
parentbe7ec90b500ac68e053f2b58feb085247ef95817 (diff)
downloadhousing-909773f9d253c61183cc1f9f6193656957946be5.tar.zst
Add statistical areas
Diffstat (limited to '')
-rw-r--r--jsconfig.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/jsconfig.json b/jsconfig.json
index 1d6d924..d588553 100644
--- a/jsconfig.json
+++ b/jsconfig.json
@@ -11,8 +11,10 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"paths": {
+ "components": ["./app/components.js"],
"dom": ["./app/dom.js"],
"geom": ["./app/geometry.js"],
+ "main": ["./app/main.js"],
"models": ["./app/models.js"],
"svg": ["./app/svg.js"]
},