first_commit

This commit is contained in:
Tom-lyz
2025-08-26 17:41:23 +08:00
commit 467962dbb2
39 changed files with 1664 additions and 0 deletions

11
tsconfig.node.json Normal file
View File

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