2016-04-28 20:50:03 -04:00
|
|
|
{
|
2017-01-24 12:31:27 -05:00
|
|
|
"extends": "./tsconfig-build",
|
|
|
|
|
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": {
|
|
|
|
"@angular/core": ["../../../dist/packages-dist/core"],
|
2016-08-30 21:07:40 -04:00
|
|
|
"@angular/core/testing": ["../../../dist/packages-dist/core/testing"],
|
|
|
|
"@angular/compiler": ["../../../dist/packages-dist/compiler"]
|
2017-01-24 12:31:27 -05:00
|
|
|
}
|
2016-04-28 20:50:03 -04:00
|
|
|
},
|
|
|
|
"files": [
|
2016-08-30 21:07:40 -04:00
|
|
|
"testing/index.ts",
|
2016-04-28 20:50:03 -04:00
|
|
|
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
|
|
]
|
|
|
|
}
|