From 8a9b9089ba7ca40ef7689485dcd99d05400504bd Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sat, 25 Oct 2025 03:30:16 +0300 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index cec89f50..9e9476b1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "strict": true, - "module": "commonjs", + "module": "nodenext", "moduleResolution": "nodenext", "target": "es2022", "esModuleInterop": true,