| kumaran.m | 3b4814a | 2020-05-01 19:48:54 +0530 | [diff] [blame] | 1 | { |
| 2 | "extends": "../tsconfig.json", | ||||
| 3 | "compilerOptions": { | ||||
| 4 | "outDir": "../out-tsc/app", | ||||
| 5 | "types": [] | ||||
| 6 | }, | ||||
| 7 | "exclude": [ | ||||
| 8 | "test.ts", | ||||
| 9 | "**/*.spec.ts" | ||||
| 10 | ], | ||||
| 11 | "angularCompilerOptions": { | ||||
| 12 | "enableIvy": true, | ||||
| 13 | "fullTemplateTypeCheck": false, | ||||
| 14 | "strictInjectionParameters": false | ||||
| 15 | } | ||||
| 16 | } | ||||