Skip to content

Commit 84719ad

Browse files
committed
set JS compile target to 2021
1 parent a65356d commit 84719ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"preserveConstEnums": true,
66
"sourceMap": false,
77
"outDir": "../out/vs",
8-
"target": "es2020",
8+
"target": "es2021",
99
"types": [
1010
"keytar",
1111
"mocha",

0 commit comments

Comments
 (0)