UNPKG

bixi

Version:

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

16 lines (15 loc) 310 B
// Configuration for IDEs only. { "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "..", "baseUrl": ".", "experimentalDecorators": true, "paths": { "@bixi/ac/*": ["./*"], "@bixi/*": ["../*"] } }, "files": ["public-api.ts"], "include": ["./**/*.ts"] }