init repo

This commit is contained in:
2024-11-26 14:28:46 +08:00
commit 8f9dd089bc
42 changed files with 9792 additions and 0 deletions

View File

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