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