build: switch to typescript's es2015 typings (#28134)

Note that this allows Angular to depend on the entirety of the ES2015 API, not just our restricted subset.
This change is needed because our copy of the subset was out-of-date, and prevents us using ES2015 target in dev mode.

This is a subset of https://github.com/angular/angular/pull/27738

PR Close #28134
This commit is contained in:
Alex Eagle
2019-01-14 10:11:36 -08:00
committed by Matias Niemelä
parent 8edd9cd6c0
commit dde7e2f253
4 changed files with 2 additions and 132 deletions

2
packages/types.d.ts vendored
View File

@ -10,7 +10,7 @@
/// <reference types="hammerjs" />
/// <reference types="zone.js" />
/// <reference path="./es6-subset.d.ts" />
/// <reference lib="es2015" />
/// <reference path="./goog.d.ts" />
/// <reference path="./system.d.ts" />