Add tsconfig.node.json

This commit is contained in:
2026-02-04 06:46:30 +01:00
parent e2210f8b66
commit 399e4efdad

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