blob: eaee1ee0c336961100e53c76bbd6a20e84173b2d [file] [log] [blame]
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"allowSyntheticDefaultImports": true
},
// ask Angular to check template error during the compilation process
"angularCompilerOptions": {
"fullTemplateTypeCheck": true
},
"files": ["main.ts"],
"include": ["src/**/*.d.ts"]
}