vite react, router, tailwind, shadcn

This commit is contained in:
JSC
2025-06-28 18:38:11 +02:00
commit e23e4bca2e
21 changed files with 1136 additions and 0 deletions

13
tsconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}