From 81b33da8b3c2369c702cb4784da8c727d4548d30 Mon Sep 17 00:00:00 2001 From: theoribbi Date: Mon, 21 Jul 2025 16:59:31 +0200 Subject: [PATCH] fix: correct tsconfig paths configuration to include all files --- app/(site)/docs/installation/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(site)/docs/installation/page.tsx b/app/(site)/docs/installation/page.tsx index 9aa353c..162c950 100644 --- a/app/(site)/docs/installation/page.tsx +++ b/app/(site)/docs/installation/page.tsx @@ -520,7 +520,7 @@ export function cn(...inputs: ClassValue[]) { "strict": true, "paths": { "@/*": [ - "./" + "./*" ] } },