This commit is contained in:
quantulr
2024-01-15 17:08:05 +08:00
commit 07b0d943e3
18 changed files with 2510 additions and 0 deletions

10
tsconfig.node.json Normal file
View File

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