UNPKG

bixi

Version:

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

18 lines (17 loc) 386 B
{ "extends": "../tsconfig.json", "compilerOptions": { "baseUrl": "./", "rootDir": "./", "target": "es5", "types": ["jasmine", "node"], "paths": { "@bixi/*": ["./*"] }, "esModuleInterop": true, "noImplicitThis": false }, "files": ["test.ts", "polyfills.ts"], "include": ["**/*.spec.ts", "**/*.d.ts"], "exclude": ["**/schematics/**/*"] }