angular-cn/modules/@angular/http/tsconfig-testing.json

17 lines
363 B
JSON
Raw Normal View History

{
"extends": "./tsconfig-build",
"compilerOptions": {
"paths": {
"@angular/core": ["../../../dist/packages-dist/core"],
"@angular/http": ["../../../dist/packages-dist/http"],
"rxjs/*": ["../../../node_modules/rxjs/*"]
}
},
"files": [
"testing/index.ts"
],
"angularCompilerOptions": {
"strictMetadataEmit": true
}
}