| { | |
| "extends": "../tsconfig.json", | |
| "compilerOptions": { | |
| "outDir": "../out-tsc/app", | |
| "types": ["node"] | |
| }, | |
| "exclude": [ | |
| "test.ts", | |
| "**/*.spec.ts" | |
| ], | |
| "angularCompilerOptions": { | |
| "enableIvy": true, | |
| "fullTemplateTypeCheck": false, | |
| "strictInjectionParameters": false | |
| } | |
| } |