UNPKG

bixi

Version:

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

53 lines (52 loc) 1.08 kB
{ "compileOnSave": false, "compilerOptions": { "rootDir": ".", "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, "downlevelIteration": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "module": "esnext", "moduleResolution": "node", "target": "es2015", "typeRoots": [ "node_modules/@types/!(node)" ], "lib": [ "es2018", "dom" ], "baseUrl": "./", "paths": { "@bixi/*": [ "./packages/*" ], "@core/*": [ "./src/app/core/*" ] }, "noUnusedParameters": true, "noUnusedLocals": true, "strictFunctionTypes": true, "strictNullChecks": true, "skipLibCheck": true, "importHelpers": true, "noImplicitAny": true, "noImplicitReturns": true, "noImplicitThis": true, "noFallthroughCasesInSwitch": true, "types": [ "jasmine" ] }, "exclude": [ "node_modules", "tmp", "packages/**/*.spec.ts" ], "angularCompilerOptions": { "enableIvy": false } }