bixi
Version:
企业级中后台前端解决方案
17 lines (16 loc) • 362 B
JSON
{
"extends": "../tsconfig.lib.prod.json",
"compilerOptions": {
"baseUrl": ".",
"rootDir": ".",
"typeRoots": ["../../node_modules/@types"],
"paths": {
"@bixi/*": ["../../dist/@bixi/*"]
}
},
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": false,
"skipTemplateCodegen": true
}
}