28 lines
665 B
JSON
28 lines
665 B
JSON
{
|
|
"extends": "../tsconfig-build.json",
|
|
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"rootDir": ".",
|
|
"paths": {
|
|
"@angular/core": ["../../dist/packages/core"],
|
|
"@angular/common": ["../../dist/packages/common"],
|
|
"@angular/platform-browser": ["../../dist/packages/platform-browser"]
|
|
},
|
|
"outDir": "../../dist/packages/http"
|
|
},
|
|
|
|
"files": [
|
|
"public_api.ts",
|
|
"../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
],
|
|
|
|
"angularCompilerOptions": {
|
|
"annotateForClosureCompiler": true,
|
|
"strictMetadataEmit": false,
|
|
"skipTemplateCodegen": true,
|
|
"flatModuleOutFile": "http.js",
|
|
"flatModuleId": "@angular/http"
|
|
}
|
|
}
|