From 64783f4d57469ebe62324869de1866ccea9c974a Mon Sep 17 00:00:00 2001 From: Altay Date: Wed, 4 Oct 2023 10:06:24 +0300 Subject: [PATCH] fix tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 8aeb397..cb030df 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "extends": "@tsconfig/recommended/tsconfig.json", "include": ["src", "types"], "compilerOptions": { - "module": "NodeNext", + "module": "esnext", "moduleResolution": "nodenext" } }