ng-dap
Version:
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.0.8.
42 lines (41 loc) • 792 B
JSON
{
"compileOnSave": false,
"compilerOptions": {
"outDir": "../dist/out-tsc",
"baseUrl": ".",
"module": "commonjs",
"target": "es5",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"typeRoots": [
"../node_modules/@types"
],
"paths": {
"ngx-bootstrap*": [
"."
]
},
"types": [
"jasmine",
"webpack"
],
"lib": [
"es2016",
"dom"
]
},
"include": [
"../scripts/typings.d.ts",
"../scripts/test.ts",
"../demo/src/**/*.ts",
"../demo/src/**/*.d.ts",
"**/*.ts",
"**/*.d.ts"
],
"exclude": [
"../demo/src/typings.d.ts"
]
}