has error

This commit is contained in:
2025-12-09 22:12:40 +08:00
commit 678b2e8b70
11 changed files with 2887 additions and 0 deletions

12
tsconfig.node.json Normal file
View File

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