mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-20 16:26:10 +01:00
27 lines
439 B
JSON
27 lines
439 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"sourceMap": true,
|
||
|
|
"declaration": false,
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"emitDecoratorMetadata": true,
|
||
|
|
"experimentalDecorators": true,
|
||
|
|
"lib": [
|
||
|
|
"es2016"
|
||
|
|
],
|
||
|
|
"outDir": "../out-tsc/spec",
|
||
|
|
"module": "commonjs",
|
||
|
|
"target": "es6",
|
||
|
|
"baseUrl": "",
|
||
|
|
"types": [
|
||
|
|
"jasmine",
|
||
|
|
"node"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"test.ts"
|
||
|
|
],
|
||
|
|
"include": [
|
||
|
|
"**/*.spec.ts"
|
||
|
|
]
|
||
|
|
}
|