Add tsconfig.node.json

This commit is contained in:
2026-01-16 13:26:31 +00:00
parent d3f394ad26
commit 0270370cad

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