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