From dd3dfb60a179c9858b479b289b979f412a75fba3 Mon Sep 17 00:00:00 2001 From: vellindev Date: Thu, 24 Apr 2025 23:32:23 -0300 Subject: [PATCH 1/2] fix_CannotFindModule --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 250ec986..42ae2df3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,9 @@ "moduleResolution": "NodeNext", "noEmit": true, "noPropertyAccessFromIndexSignature": false, - "resolveJsonModule": true + "resolveJsonModule": true, + "allowSyntheticDefaultImports": true, + "esModuleInterop": true, }, "exclude": ["dist"] } From d95d9469aee3d1a435df504dc246d122d21f2c10 Mon Sep 17 00:00:00 2001 From: vellindev Date: Fri, 25 Apr 2025 22:59:26 -0300 Subject: [PATCH 2/2] fixtsconfigErr --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 42ae2df3..fe4dafbe 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,8 +10,7 @@ "noEmit": true, "noPropertyAccessFromIndexSignature": false, "resolveJsonModule": true, - "allowSyntheticDefaultImports": true, - "esModuleInterop": true, + "allowSyntheticDefaultImports": true }, "exclude": ["dist"] }