From 7c0e4258e8c92bfa7055349339640c245b6eb67b Mon Sep 17 00:00:00 2001 From: productdevbook Date: Mon, 13 Nov 2023 20:19:30 +0300 Subject: [PATCH] fix: build --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c959dff..9f0debe 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "lib": [ "es2023" ], - "module": "Node16", + "module": "ES2022", "moduleResolution": "node", "resolveJsonModule": true, "strict": true,