Browse Source

Upgrade TypeScript ECMAScript support from es7 (= ECMAScript 2016) to es2017 (= ECMAScript 2017) (#16340)

pull/16408/head
Sebastian Busch 6 years ago
committed by zombieJ
parent
commit
106423f1e7
  1. 2
      tsconfig.json

2
tsconfig.json

@ -9,7 +9,7 @@
"noUnusedLocals": true,
"noImplicitAny": true,
"target": "es6",
"lib": ["dom", "es7"]
"lib": ["dom", "es2017"]
},
"exclude": ["node_modules", "lib", "es"]
}

Loading…
Cancel
Save