feat: first commit

This commit is contained in:
2025-01-24 00:49:17 +08:00
commit c2cbc1b1d6
88 changed files with 12831 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"module": "esnext",
"moduleResolution": "node"
},
"include": [
"vite.config.ts"
]
}