Skip to content

Commit 81b33da

Browse files
committed
fix: correct tsconfig paths configuration to include all files
1 parent 3a984f2 commit 81b33da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/(site)/docs/installation/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ export function cn(...inputs: ClassValue[]) {
520520
"strict": true,
521521
"paths": {
522522
"@/*": [
523-
"./"
523+
"./*"
524524
]
525525
}
526526
},

0 commit comments

Comments
 (0)