From 3a75c91bbd5170f3878337ffd84e081ff0ab5bb9 Mon Sep 17 00:00:00 2001 From: Janis Date: Sun, 5 Nov 2023 17:19:14 +0100 Subject: [PATCH] use moduleResolution node --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 3e8c6b5..3c884bd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,7 @@ }, /* Bundler mode */ - "moduleResolution": "bundler", + "moduleResolution": "Node", "allowImportingTsExtensions": true, "resolveJsonModule": true, "isolatedModules": true,