{ "compilerOptions": { "target": "ES6", "module": "ESNext", "moduleResolution": "node", "allowJs": false, "noImplicitAny": true, "strict": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "baseUrl": "./", "paths": { "~*": [ ".*" ], "#components/*": [ "./controllers/*" ], "#controllers/*": [ "./controllers/*" ], "#pkg/*": [ "./packages/*" ], "#types/*": [ "./types/*" ] } }, "include": [ "./**/*.ts", "./**/*.svelte" ] }