c098e88cc9
modify ucap-profile-user-list-item, add group-expension-panel in ucap-profile-user-list-item.
27 lines
549 B
JSON
27 lines
549 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../out-tsc/lib",
|
|
"target": "es2015",
|
|
"declaration": true,
|
|
"inlineSources": true,
|
|
"types": [],
|
|
"lib": [
|
|
"dom",
|
|
"es2018"
|
|
]
|
|
},
|
|
"angularCompilerOptions": {
|
|
"annotateForClosureCompiler": true,
|
|
"skipTemplateCodegen": true,
|
|
"strictMetadataEmit": true,
|
|
"fullTemplateTypeCheck": true,
|
|
"strictInjectionParameters": true,
|
|
"enableResourceInlining": true
|
|
},
|
|
"exclude": [
|
|
"src/test.ts",
|
|
"**/*.spec.ts"
|
|
]
|
|
}
|