diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-11-09 22:59:02 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-11-11 15:35:03 +0200 |
| commit | 909773f9d253c61183cc1f9f6193656957946be5 (patch) | |
| tree | 136075e1946accedda0530dd25940b8931408c5a /jsconfig.json | |
| parent | be7ec90b500ac68e053f2b58feb085247ef95817 (diff) | |
| download | housing-909773f9d253c61183cc1f9f6193656957946be5.tar.zst | |
Add statistical areas
Diffstat (limited to '')
| -rw-r--r-- | jsconfig.json | 2 |
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"] }, |
