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:

committed by
Matias Niemelä

parent
8edd9cd6c0
commit
dde7e2f253
2
packages/types.d.ts
vendored
2
packages/types.d.ts
vendored
@ -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" />
|
||||
|
||||
|
Reference in New Issue
Block a user