This commit is contained in:
yinsx
2026-01-05 10:16:36 +08:00
commit f94ffe0adc
41 changed files with 4387 additions and 0 deletions

12
tsconfig.node.json Normal file
View File

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