添加意外删除的'tsconfig.node.json'文件

This commit is contained in:
2026-05-16 00:54:01 +08:00
parent 79fb001ae7
commit 3158338d0b

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"]
}