From 909773f9d253c61183cc1f9f6193656957946be5 Mon Sep 17 00:00:00 2001 From: Petri Hienonen Date: Sun, 9 Nov 2025 22:59:02 +0200 Subject: Add statistical areas --- jsconfig.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'jsconfig.json') 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"] }, -- cgit v1.2.3-70-g09d2