From 57e4877a0910634dcb52744bf2f511a385090590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Iv=C3=A1n=20Vieitez=20Parra?= <3857362+corrideat@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:18:00 +0000 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e115399..05fa2d3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "composite": true, "declaration": true, "target": "es2018", - "module": "ESNext", + "module": "NodeNext", "moduleResolution": "NodeNext", "outDir": "dist", "strict": true,