Added shadcn

This commit is contained in:
Kenan Alić
2025-09-23 20:33:56 +02:00
parent b1394e0bdb
commit b8917772f0
10 changed files with 242 additions and 15 deletions

View File

@@ -22,7 +22,11 @@
"noUnusedParameters": true,
"erasableSyntaxOnly": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
"noUncheckedSideEffectImports": true,
/* Shadcn */
"baseUrl": ".",
"paths": { "@/*": ["./src/*"] }
},
"include": ["src"]
}