Skip to content

Commit 83a45c7

Browse files
committed
update tsconfig target
1 parent 0e4af96 commit 83a45c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"experimentalDecorators": true,
1414
"module": "ESNext",
1515
"lib": [
16-
"ES6"
16+
"ES2022"
1717
],
18-
"target": "ES6",
18+
"target": "ES2022",
1919
"moduleResolution": "node",
2020
"allowSyntheticDefaultImports": true,
2121
"noEmit": true

0 commit comments

Comments
 (0)