Skip to content

Commit

Permalink
tsconfig.json: bump target to ES2017
Browse files Browse the repository at this point in the history
Fixes golang#1712

Change-Id: I6f90cff70178e6193a96fd6212a26d67746b2f51
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/356509
Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
Trust: Hyang-Ah Hana Kim <[email protected]>
Trust: Ian Lance Taylor <[email protected]>
Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
TryBot-Result: kokoro <[email protected]>
  • Loading branch information
firelizzard18 authored and hyangah committed Nov 6, 2021
1 parent 32a5776 commit ae78458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"module": "commonjs",
"outDir": "out",
"sourceMap": true,
"target": "es6",
"target": "es2017",
"lib": [
"es2015"
"es2017"
],
//"strict": true,
"noImplicitAny": true,
Expand Down

0 comments on commit ae78458

Please sign in to comment.