feat: add tsconfig.node.json

This commit is contained in:
cupadev-admin 2026-03-08 17:14:30 +00:00
parent 7530e69e69
commit 355c57fc95
1 changed files with 10 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"]
}