From 088a613b403bf90ae43143f5966395af03bbcc1c Mon Sep 17 00:00:00 2001 From: matuesz-kleszcz Date: Mon, 31 Jul 2023 10:57:47 +0200 Subject: [PATCH] fix tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2ece978e..56eb9685 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "module": "ESNext", "skipLibCheck": true, /* Bundler mode */ - "moduleResolution": "node", + "moduleResolution": "bundler", "allowImportingTsExtensions": true, "resolveJsonModule": true, "isolatedModules": true,