mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 13:43:07 +00:00
Merge pull request #80050 from LeuisKen/master
chore: update tsc target
This commit is contained in:
commit
502fb0f2e1
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