mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
17 lines
364 B
JSON
17 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
|
|
}
|
|
}
|