This commit is contained in:
Max Tobias Weber
2026-03-22 13:49:17 +01:00
commit 87d1670df4
20 changed files with 12729 additions and 0 deletions

10
tsconfig.node.json Normal file
View File

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