2016-04-28 20:50:03 -04:00
|
|
|
{
|
2017-03-02 15:12:46 -05:00
|
|
|
"extends": "../tsconfig-build",
|
2016-04-28 20:50:03 -04:00
|
|
|
"compilerOptions": {
|
2017-05-15 16:10:43 -04:00
|
|
|
"strictNullChecks": true,
|
2016-04-28 20:50:03 -04:00
|
|
|
"paths": {
|
2017-03-02 15:12:46 -05:00
|
|
|
"@angular/core": ["../../dist/packages/core"],
|
|
|
|
"@angular/http": ["../../dist/packages/http"],
|
|
|
|
"rxjs/*": ["../../node_modules/rxjs/*"]
|
2017-01-24 12:31:27 -05: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
|
|
|
],
|
|
|
|
"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
|
|
|
}
|