From e0e4d09b6f47b1174068aa82e7dd36f230af6945 Mon Sep 17 00:00:00 2001 From: 3y3 <3y3@ya.ru> Date: Fri, 20 Sep 2024 17:45:33 +0300 Subject: [PATCH] fix: Fix build imports linking mode --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7f27cef..c064034 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "extends": "@diplodoc/tsconfig", "compilerOptions": { "target": "es2020", - "moduleResolution": "node", + "moduleResolution": "bundler", "resolveJsonModule": true, "lib": ["DOM"], "declaration": true,