Add tsconfig.node.json

This commit is contained in:
2026-01-16 13:38:57 +00:00
parent efd6035bb4
commit 594cf8f9ed

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