diff --git a/tsconfig.webpack.json b/tsconfig.webpack.json index 580c08a2e..ace74ec7f 100644 --- a/tsconfig.webpack.json +++ b/tsconfig.webpack.json @@ -7,7 +7,7 @@ "strict": true, "noImplicitAny": true, "resolveJsonModule": true, - "lib": ["ES2022"], + "lib": ["ES2023"], "downlevelIteration": true, "skipLibCheck": true, "esModuleInterop": true,