Skip to content

Commit 17eacd2

Browse files
authored
build: allow es2023 (#30292)
1 parent d814d1e commit 17eacd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"experimentalDecorators": true,
1717
"useUnknownInCatchVariables": false /* we aren't prepared for enabling this by default since ts 4.4*/,
1818
"isolatedModules": true /* required for esbuild */,
19-
"lib": ["es2022"],
19+
"lib": ["es2023"],
2020
"types": ["node", "jest-extended", "expect-more-jest"],
2121
"allowJs": true,
2222
"checkJs": true,

0 commit comments

Comments
 (0)