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