From da8b794ebccf3cbb91c8eff88c481d519bdca80b Mon Sep 17 00:00:00 2001 From: dimaananskyi Date: Fri, 6 Sep 2024 16:12:30 +0300 Subject: [PATCH] chore: revert tsconfig change --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 744d52617..56e8b8a2a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "include": ["lib"], "compilerOptions": { "outDir": "dist", - "lib": ["ESNext"], + "lib": ["ES2018", "DOM"], "types": ["node"], "allowJs": true, "target": "ES2018",