From 1e9986c0e3d8bbb764368d6beda1f3f6c65cf231 Mon Sep 17 00:00:00 2001 From: Jeroen akkerman Date: Thu, 1 May 2025 16:59:08 +0200 Subject: [PATCH] set modern moduleResolution --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9574233..30f1131 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "declaration": false, "lib": ["esnext", "dom", "dom.iterable"], "module": "es2022", - "moduleResolution": "node", + "moduleResolution": "bundler", "removeComments": false, "sourceMap": true, "allowJs": true,