UNPKG

bixi

Version:

企业级中后台前端解决方案

14 lines (13 loc) 255 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "..", "baseUrl": ".", "paths": { "@bixi/label/*": ["./*"], "@bixi/*": ["../*"] } }, "files": ["public-api.ts"], "include": ["./*.ts", "./**/*.ts"] }