diff --git a/server/tsconfig.json b/server/tsconfig.json index 7144da2..0243c8e 100644 --- a/server/tsconfig.json +++ b/server/tsconfig.json @@ -3,7 +3,7 @@ "compilerOptions": { "allowJs": true, "checkJs": true, - "lib": ["es2023"], + "lib": ["es2022"], "module": "Node16", "target": "es2022", "noEmit": true