init: Initial Commit🎉

This commit is contained in:
2026-07-26 02:55:26 +08:00
commit 346372c552
38 changed files with 816 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}