mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 13:43:07 +00:00
chore: update tsc target
- update tsc target to "es2017" according to #8005 Change-Id: Id39241d89ccb92c25a75d89addaf1528cc79ec59
This commit is contained in:
parent
e45759622b
commit
aed1ad4580
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"preserveConstEnums": true,
|
||||
"sourceMap": false,
|
||||
"outDir": "../out",
|
||||
"target": "es6",
|
||||
"target": "es2017",
|
||||
"lib": [
|
||||
"dom",
|
||||
"es5",
|
||||
|
|
Loading…
Reference in a new issue