2016-04-28 20:50:03 -04:00
|
|
|
{
|
2017-03-02 15:12:46 -05:00
|
|
|
"extends": "../tsconfig-build",
|
2017-01-24 12:31:27 -05:00
|
|
|
|
2016-04-28 20:50:03 -04:00
|
|
|
"compilerOptions": {
|
2017-01-24 12:31:27 -05:00
|
|
|
// Test that we rely on decorator downleveling
|
|
|
|
"emitDecoratorMetadata": false,
|
2016-04-28 20:50:03 -04:00
|
|
|
"paths": {
|
2017-03-02 15:12:46 -05:00
|
|
|
"@angular/core": ["../../dist/packages/core"],
|
|
|
|
"@angular/core/testing": ["../../dist/packages/core/testing"],
|
|
|
|
"@angular/compiler": ["../../dist/packages/compiler"]
|
2017-01-24 12:31:27 -05:00
|
|
|
}
|
2016-04-28 20:50:03 -04:00
|
|
|
},
|
|
|
|
"files": [
|
2017-03-02 15:12:46 -05:00
|
|
|
"index.ts",
|
2016-04-28 20:50:03 -04:00
|
|
|
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
|
|
]
|
|
|
|
}
|