{ "compilerOptions": { "allowJs": true, "baseUrl": ".", "checkJs": true, "lib": ["ESNext", "Dom", "ES2023", "ES7"], "module": "ESNext", "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "noImplicitReturns": true, "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"] }, "rootDirs": ["."], "skipLibCheck": false, "sourceMap": true, "strict": true, "strictBindCallApply": true, "strictBuiltinIteratorReturn": true, "strictFunctionTypes": true, "strictNullChecks": true, "strictPropertyInitialization": true, "target": "esnext" }, "html.format.enable": false, "include": ["app/*.js"], "javascript.format.enable": false, "json.format.enable": false, "typescript.format.enable": false }