| | |
| | | "moduleResolution": "node", |
| | | "emitDecoratorMetadata": true, |
| | | "experimentalDecorators": true, |
| | | "noUnusedLocals": false, |
| | | "noUnusedParameters": false, |
| | | "target": "es5", |
| | | "typeRoots": [ |
| | | "node_modules/@types" |
| | |
| | | "@shared/*": [ "app/shared/*" ], |
| | | "@core": [ "app/core/" ], |
| | | "@core/*": [ "app/core/*" ], |
| | | "@business": [ "app/business/" ], |
| | | "@testing": [ "testing/" ], |
| | | "@testing/*": [ "testing/*" ], |
| | | "@env": [ "environments/" ], |
| | | "@env/*": [ "environments/*" ], |
| | | "@business": [ "app/business" ], |
| | | "@business/*": [ "app/business/*" ] |
| | | } |
| | | } |