2017-03-22 20:13:24 -04:00
|
|
|
{
|
2017-08-02 22:15:30 -04:00
|
|
|
"extends": "../tsconfig-build.json",
|
|
|
|
|
2017-03-22 20:13:24 -04:00
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
2017-08-02 22:15:30 -04:00
|
|
|
"rootDir": "../",
|
2017-03-22 20:13:24 -04:00
|
|
|
"paths": {
|
|
|
|
"@angular/common": ["../../../dist/packages/common"],
|
|
|
|
"@angular/core": ["../../../dist/packages/core"]
|
|
|
|
},
|
2017-08-02 22:15:30 -04:00
|
|
|
"outDir": "../../../dist/packages/common"
|
2017-03-22 20:13:24 -04:00
|
|
|
},
|
2017-08-02 22:15:30 -04:00
|
|
|
|
2017-03-22 20:13:24 -04:00
|
|
|
"files": [
|
|
|
|
"public_api.ts"
|
|
|
|
],
|
2017-08-02 22:15:30 -04:00
|
|
|
|
2017-03-22 20:13:24 -04:00
|
|
|
"angularCompilerOptions": {
|
|
|
|
"annotateForClosureCompiler": true,
|
2017-09-20 12:54:47 -04:00
|
|
|
"strictMetadataEmit": false,
|
|
|
|
"skipTemplateCodegen": true,
|
2017-09-13 19:20:29 -04:00
|
|
|
"flatModuleOutFile": "http.js",
|
2017-03-22 20:13:24 -04:00
|
|
|
"flatModuleId": "@angular/common/http"
|
|
|
|
}
|
|
|
|
}
|