Add tsconfig.node.json

This commit is contained in:
2026-01-16 13:25:12 +00:00
parent bcfd1b6a08
commit 3e2af93631

8
tsconfig.node.json Normal file
View File

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