24 lines
522 B
JSON
24 lines
522 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"declaration": true,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"module": "es2015",
|
||
|
"moduleResolution": "node",
|
||
|
"outDir": "../../../dist/packages-dist/core/esm",
|
||
|
"paths": {
|
||
|
"rxjs/*": ["../../../node_modules/rxjs/*"]
|
||
|
},
|
||
|
"rootDir": ".",
|
||
|
"sourceMap": true,
|
||
|
"sourceRoot": "",
|
||
|
"target": "es2015"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.ts",
|
||
|
"testing.ts",
|
||
|
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
||
|
]
|
||
|
}
|