bixi
Version:
企业级中后台前端解决方案
19 lines (17 loc) • 417 B
JSON
{
"extends": "../tsconfig.lib.prod.json",
"compilerOptions": {
"baseUrl": ".",
"rootDir": ".",
"paths": {
"@bixi/label/*": ["../../dist/@bixi/label/*"],
"@bixi/*": ["../../dist/@bixi/*"]
}
},
"files": ["public-api.ts", "../typings.d.ts"],
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": false,
"skipTemplateCodegen": true
}
}