super-productivity/src/tsconfig.app.json
2021-07-02 13:41:36 +02:00

14 lines
327 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"types": [],
"strict": true,
"allowSyntheticDefaultImports": true
},
"files": ["main.ts", "polyfills.ts"],
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true
}
}