| { | |
| "compileOnSave": false, | |
| "compilerOptions": { | |
| "downlevelIteration": true, | |
| "importHelpers": true, | |
| "outDir": "./dist/out-tsc", | |
| "sourceMap": true, | |
| "declaration": false, | |
| "moduleResolution": "node", | |
| "emitDecoratorMetadata": true, | |
| "experimentalDecorators": true, | |
| "target": "es5", | |
| "lib": [ | |
| "es2016", | |
| "dom" | |
| ], | |
| "module": "esnext", | |
| "baseUrl": "src", | |
| "paths": { | |
| "@app/*": [ | |
| "app/*" | |
| ], | |
| "@pages/*": [ | |
| "app/pages/*" | |
| ], | |
| "@shared/*": [ | |
| "app/shared/*" | |
| ], | |
| "@styles/*": [ | |
| "app/styles/*" | |
| ] | |
| } | |
| } | |
| } |