From eb8bee65d9cba817dea23f6f5cb53d73845df629 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 27 Apr 2026 23:48:08 +0100 Subject: [PATCH] Fix module res? --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 2e7045e..3f993ed 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,9 +7,9 @@ // Environment Settings // See also https://aka.ms/tsconfig/module - "module": "esnext", + "module": "nodenext", "target": "esnext", - "moduleResolution": "bundler", + "moduleResolution": "nodenext", "baseUrl": ".", "types": [], // For nodejs: