bixi
Version:
企业级中后台前端解决方案
24 lines (23 loc) • 623 B
JSON
{
"extends": "../tsconfig.json",
"compilerOptions": {
"baseUrl": "./",
"alwaysStrict": true,
"declaration": true,
"inlineSources": true,
"stripInternal": true,
"downlevelIteration": true
},
"files": ["public_api.ts", "typings.d.ts"],
"exclude": ["*.spec.ts"],
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true,
"enableResourceInlining": true,
"flatModuleId": "AUTOGENERATED",
"flatModuleOutFile": "AUTOGENERATED"
}
}