chore: ui setup

This commit is contained in:
karishmas6
2024-03-03 16:44:16 +05:30
parent d8604a9b9b
commit 6cbedfcc30
16 changed files with 5593 additions and 0 deletions

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

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