2016-04-28 17:50:03 -07:00
|
|
|
{
|
2017-03-02 12:12:46 -08:00
|
|
|
"extends": "../tsconfig-build",
|
2016-04-28 17:50:03 -07:00
|
|
|
"compilerOptions": {
|
2017-05-15 13:10:43 -07:00
|
|
|
"strictNullChecks": true,
|
2016-04-28 17:50:03 -07:00
|
|
|
"paths": {
|
2017-03-02 12:12:46 -08:00
|
|
|
"@angular/core": ["../../dist/packages/core"],
|
|
|
|
"@angular/http": ["../../dist/packages/http"],
|
|
|
|
"rxjs/*": ["../../node_modules/rxjs/*"]
|
2017-01-24 09:31:27 -08:00
|
|
|
}
|
2016-04-28 17:50:03 -07:00
|
|
|
},
|
|
|
|
"files": [
|
2017-04-27 14:29:11 -07:00
|
|
|
"public_api.ts"
|
2016-08-22 17:37:48 -07:00
|
|
|
],
|
|
|
|
"angularCompilerOptions": {
|
2017-04-27 14:29:11 -07:00
|
|
|
"annotateForClosureCompiler": true,
|
|
|
|
"strictMetadataEmit": true,
|
|
|
|
"flatModuleOutFile": "index.js",
|
|
|
|
"flatModuleId": "@angular/http/testing"
|
2016-08-22 17:37:48 -07:00
|
|
|
}
|
2016-04-28 17:50:03 -07:00
|
|
|
}
|