Skip to content

Commit

Permalink
build: allow es2023 (#30292)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Jul 22, 2024
1 parent d814d1e commit 17eacd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"experimentalDecorators": true,
"useUnknownInCatchVariables": false /* we aren't prepared for enabling this by default since ts 4.4*/,
"isolatedModules": true /* required for esbuild */,
"lib": ["es2022"],
"lib": ["es2023"],
"types": ["node", "jest-extended", "expect-more-jest"],
"allowJs": true,
"checkJs": true,
Expand Down

0 comments on commit 17eacd2

Please sign in to comment.