Initial Commit

This commit is contained in:
2026-05-14 02:09:46 -05:00
commit a815d19e52
13 changed files with 1535 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"]
}