20 lines
464 B
JSON
20 lines
464 B
JSON
{
|
|
"extends": "../tsconfig-build",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@angular/core": ["../../dist/packages/core"],
|
|
"@angular/http": ["../../dist/packages/http"],
|
|
"rxjs/*": ["../../node_modules/rxjs/*"]
|
|
}
|
|
},
|
|
"files": [
|
|
"public_api.ts"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"annotateForClosureCompiler": true,
|
|
"strictMetadataEmit": true,
|
|
"flatModuleOutFile": "index.js",
|
|
"flatModuleId": "@angular/http/testing"
|
|
}
|
|
}
|