diff --git a/tsconfig.json b/tsconfig.json index 59f52da38320a9..1d08ea711e3d54 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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,