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