mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +02:00
27 lines
459 B
JSON
27 lines
459 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"lib": [
|
|
"es2017"
|
|
],
|
|
"outDir": "../out-tsc/spec",
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"baseUrl": "",
|
|
"types": [
|
|
"jasmine",
|
|
"node"
|
|
]
|
|
},
|
|
"files": [
|
|
"test.ts",
|
|
"polyfills.ts"
|
|
],
|
|
"include": [
|
|
"**/*.spec.ts"
|
|
]
|
|
}
|