diff options
Diffstat (limited to 'jsconfig.json')
| -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"] }, |
