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