aboutsummaryrefslogtreecommitdiffstats
path: root/jsconfig.json
diff options
context:
space:
mode:
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"]
},