blob: 384c218bba510c8d4662cf3753bc186d6989b2fd [file] [log] [blame]
kumaran.m3b4814a2020-05-01 19:48:54 +05301{
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}