From 35376269b30886ea3b7a467bf08f1a39a57b83f5 Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 17 Jul 2023 19:14:18 -0300 Subject: [PATCH] tsconfig es2022 --- server/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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