Files

26 lines
556 B
JSON
Raw Permalink Normal View History

2017-03-22 17:13:24 -07:00
{
"extends": "../tsconfig-build.json",
2017-03-22 17:13:24 -07:00
"compilerOptions": {
"baseUrl": ".",
"rootDir": "../",
2017-03-22 17:13:24 -07:00
"paths": {
"@angular/common": ["../../../dist/packages/common"],
"@angular/core": ["../../../dist/packages/core"]
},
"outDir": "../../../dist/packages/common"
2017-03-22 17:13:24 -07:00
},
2017-03-22 17:13:24 -07:00
"files": [
"public_api.ts"
],
2017-03-22 17:13:24 -07:00
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": false,
"skipTemplateCodegen": true,
"flatModuleOutFile": "http.js",
2017-03-22 17:13:24 -07:00
"flatModuleId": "@angular/common/http"
}
}