Initial commit

This commit is contained in:
MassiveBox 2025-09-19 19:16:32 +00:00
commit 04f54e248a
42 changed files with 4538 additions and 0 deletions

12
tsconfig.node.json Normal file
View file

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