2016-04-28 20:50:03 -04:00
|
|
|
{
|
2017-08-02 22:15:30 -04:00
|
|
|
"extends": "../tsconfig-build.json",
|
|
|
|
|
2016-04-28 20:50:03 -04:00
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
2017-08-02 22:15:30 -04:00
|
|
|
"rootDir": ".",
|
2016-04-28 20:50:03 -04:00
|
|
|
"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"]
|
2016-04-28 20:50:03 -04:00
|
|
|
},
|
2017-08-02 22:15:30 -04:00
|
|
|
"outDir": "../../dist/packages/http"
|
2016-04-28 20:50:03 -04:00
|
|
|
},
|
2017-08-02 22:15:30 -04:00
|
|
|
|
2016-04-28 20:50:03 -04:00
|
|
|
"files": [
|
2017-02-15 16:30:40 -05:00
|
|
|
"public_api.ts",
|
2017-03-02 15:12:46 -05:00
|
|
|
"../../node_modules/zone.js/dist/zone.js.d.ts"
|
2016-08-22 20:37:48 -04:00
|
|
|
],
|
2017-08-02 22:15:30 -04:00
|
|
|
|
2016-08-22 20:37:48 -04:00
|
|
|
"angularCompilerOptions": {
|
2016-11-16 19:42:24 -05:00
|
|
|
"annotateForClosureCompiler": true,
|
2017-02-15 16:30:40 -05:00
|
|
|
"strictMetadataEmit": true,
|
2017-09-13 19:20:29 -04:00
|
|
|
"flatModuleOutFile": "http.js",
|
2017-02-22 13:57:01 -05:00
|
|
|
"flatModuleId": "@angular/http"
|
2016-08-22 20:37:48 -04:00
|
|
|
}
|
2016-04-28 20:50:03 -04:00
|
|
|
}
|