init frontend

This commit is contained in:
2025-02-08 19:00:10 +08:00
parent 4685c10cba
commit d95f032aef
17 changed files with 5736 additions and 0 deletions

View File

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