angular-cn/packages/http/testing/tsconfig-build.json

21 lines
494 B
JSON

{
"extends": "../tsconfig-build",
"compilerOptions": {
"strictNullChecks": true,
"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"
}
}