2017-01-27 20:39:48 -05:00
|
|
|
{
|
2017-03-02 15:12:46 -05:00
|
|
|
"extends": "../tsconfig-build",
|
2017-01-27 20:39:48 -05:00
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"paths": {
|
2017-03-02 15:12:46 -05:00
|
|
|
"@angular/core": ["../../dist/packages/core"],
|
|
|
|
"@angular/common": ["../../dist/packages/common"],
|
|
|
|
"@angular/platform-browser": ["../../dist/packages/platform-browser"],
|
|
|
|
"@angular/platform-browser-dynamic": ["../../dist/packages/platform-browser-dynamic"]
|
2017-01-27 20:39:48 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"files": [
|
2017-03-02 15:12:46 -05:00
|
|
|
"public_api.ts",
|
2017-01-27 20:39:48 -05:00
|
|
|
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
|
|
],
|
|
|
|
"angularCompilerOptions": {
|
2017-03-02 15:12:46 -05:00
|
|
|
"flatModuleOutFile": "index.js",
|
2017-02-22 13:57:01 -05:00
|
|
|
"flatModuleId": "@angular/upgrade/static"
|
2017-01-27 20:39:48 -05:00
|
|
|
}
|
|
|
|
}
|