feat: first commit

This commit is contained in:
2025-03-27 19:33:39 +08:00
commit af5072e5ef
64 changed files with 7356 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"module": "esnext",
"moduleResolution": "node"
},
"include": [
"vite.config.ts"
]
}