Basic UI updates

This commit is contained in:
Harivansh Rathi 2024-11-26 18:04:18 -05:00
parent 02e77a947c
commit bfc2e94ef4
14 changed files with 1187 additions and 243 deletions

10
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"]
}