{ "extends": "../tsconfig-build.json", "compilerOptions": { "baseUrl": ".", "rootDir": "../", "paths": { "@angular/core": ["../../../dist/packages/core"], "@angular/http": ["../../../dist/packages/http"], "rxjs/*": ["../../../node_modules/rxjs/*"] }, "outDir": "../../../dist/packages/http" }, "files": [ "public_api.ts" ], "angularCompilerOptions": { "annotateForClosureCompiler": true, "strictMetadataEmit": false, "skipTemplateCodegen": true, "flatModuleOutFile": "testing.js", "flatModuleId": "@angular/http/testing" } }