mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-05 09:08:50 +01:00
28 lines
488 B
JSON
28 lines
488 B
JSON
|
|
{
|
||
|
|
"extends": "../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"sourceMap": true,
|
||
|
|
"declaration": false,
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"emitDecoratorMetadata": true,
|
||
|
|
"experimentalDecorators": true,
|
||
|
|
"lib": [
|
||
|
|
"es2017",
|
||
|
|
"dom"
|
||
|
|
],
|
||
|
|
"outDir": "../out-tsc/app",
|
||
|
|
"module": "es2015",
|
||
|
|
"baseUrl": ".",
|
||
|
|
"types": []
|
||
|
|
},
|
||
|
|
"exclude": [
|
||
|
|
"test.ts",
|
||
|
|
"**/*.spec.ts",
|
||
|
|
"assets/**/*.ts",
|
||
|
|
"dist/**/*"
|
||
|
|
],
|
||
|
|
"include": [
|
||
|
|
"../docs/**/*"
|
||
|
|
]
|
||
|
|
}
|