feat: scaffold vite react-ts project with deps

This commit is contained in:
M1ngdaXie
2026-03-26 13:59:57 -07:00
commit 94a787ebc2
19 changed files with 3787 additions and 0 deletions

7
tsconfig.json Normal file
View File

@@ -0,0 +1,7 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
}