18 lines
444 B
JSON
18 lines
444 B
JSON
{
|
|
"extends": "../tsconfig-build",
|
|
|
|
"compilerOptions": {
|
|
// Test that we rely on decorator downleveling
|
|
"emitDecoratorMetadata": false,
|
|
"paths": {
|
|
"@angular/core": ["../../dist/packages/core"],
|
|
"@angular/core/testing": ["../../dist/packages/core/testing"],
|
|
"@angular/compiler": ["../../dist/packages/compiler"]
|
|
}
|
|
},
|
|
"files": [
|
|
"index.ts",
|
|
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
]
|
|
}
|