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