diff --git a/packages/tsconfig-common/tsconfig.json b/packages/tsconfig-common/tsconfig.json index 988775f..79e0cbb 100644 --- a/packages/tsconfig-common/tsconfig.json +++ b/packages/tsconfig-common/tsconfig.json @@ -8,7 +8,7 @@ "esModuleInterop": true, "experimentalDecorators": true, "forceConsistentCasingInFileNames": true, - "lib": ["es2022"], + "lib": ["es2023"], "module": "nodenext", "moduleResolution": "node16", "newLine": "lf",