Initial UI setup with React, Vite, shadcn and Tailwind CSS

This commit is contained in:
2025-07-20 19:52:03 +02:00
parent d706afc2a8
commit 9a077027ee
14 changed files with 2843 additions and 0 deletions

10
ui/tsconfig.node.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}