2016-04-28 20:50:03 -04:00
|
|
|
{
|
2017-08-02 22:15:30 -04:00
|
|
|
"extends": "../tsconfig-build.json",
|
|
|
|
|
2016-04-28 20:50:03 -04:00
|
|
|
"compilerOptions": {
|
2017-08-02 22:15:30 -04:00
|
|
|
"baseUrl": ".",
|
|
|
|
"rootDir": "../",
|
2016-04-28 20:50:03 -04:00
|
|
|
"paths": {
|
2017-08-02 22:15:30 -04:00
|
|
|
"@angular/core": ["../../../dist/packages/core"],
|
|
|
|
"@angular/http": ["../../../dist/packages/http"],
|
|
|
|
"rxjs/*": ["../../../node_modules/rxjs/*"]
|
|
|
|
},
|
|
|
|
"outDir": "../../../dist/packages/http"
|
2016-04-28 20:50:03 -04:00
|
|
|
},
|
2017-08-02 22:15:30 -04:00
|
|
|
|
2016-04-28 20:50:03 -04:00
|
|
|
"files": [
|
2017-04-27 17:29:11 -04:00
|
|
|
"public_api.ts"
|
2016-08-22 20:37:48 -04:00
|
|
|
],
|
2017-08-02 22:15:30 -04:00
|
|
|
|
2016-08-22 20:37:48 -04:00
|
|
|
"angularCompilerOptions": {
|
2017-04-27 17:29:11 -04:00
|
|
|
"annotateForClosureCompiler": true,
|
|
|
|
"strictMetadataEmit": true,
|
|
|
|
"flatModuleOutFile": "index.js",
|
|
|
|
"flatModuleId": "@angular/http/testing"
|
2016-08-22 20:37:48 -04:00
|
|
|
}
|
2016-04-28 20:50:03 -04:00
|
|
|
}
|