From 8ba5f4ae6ffb7707a90890da65917997f334aef0 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Mon, 5 Jan 2026 10:48:23 +0100 Subject: [PATCH] =?UTF-8?q?enable=20Node=2016=E2=80=93style=20ESM=20resolu?= =?UTF-8?q?tion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index a0d3a02..52f1c69 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "esModuleInterop": true, "target": "es6", - "module": "commonjs", + "module": "node16", "strict": true, "declaration": true, "sourceMap": true,