Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: fix rxjs building error for closure (angular#4709)
When testing against closure, RxJS will be re-compiled to target ES2015 modules. The RxJS tsconfig file takes all `@types` that are installed and due to a recent update of the gulp types, building RxJS fails now.
- Loading branch information