From 02510bde1f7e98f11bb07a6a3c043f61e66e33a5 Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Mon, 2 Mar 2026 14:25:51 +0100 Subject: [PATCH] Use TypeScript config for NodeJS 20 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index fcea80f..6e71576 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "lib": ["es2023"], - "module": "node16", + "module": "nodenext", "target": "es2022", "strict": true,