blob: e4f7c71ef239461623bc2be85fda94daddd0a8c1 [file] [log] [blame]
kumaran.m3b4814a2020-05-01 19:48:54 +05301{
2 "extends": "../tsconfig.json",
3 "compilerOptions": {
4 "outDir": "../out-tsc/app",
bravofcedffec2021-05-05 16:50:46 -04005 "types": ["node"]
kumaran.m3b4814a2020-05-01 19:48:54 +05306 },
7 "exclude": [
8 "test.ts",
9 "**/*.spec.ts"
10 ],
11 "angularCompilerOptions": {
12 "enableIvy": true,
13 "fullTemplateTypeCheck": false,
14 "strictInjectionParameters": false
15 }
16}