19 lines
383 B
JSON
19 lines
383 B
JSON
{
|
|
"extends": "./tsconfig-build",
|
|
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"rxjs/*": ["../../../node_modules/rxjs/*"],
|
|
"@angular/core": ["../../../dist/packages-dist/core"]
|
|
}
|
|
},
|
|
"files": [
|
|
"testing/index.ts",
|
|
"../../../node_modules/zone.js/dist/zone.js.d.ts",
|
|
"../../system.d.ts"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"strictMetadataEmit": true
|
|
}
|
|
}
|