initial commit

This commit is contained in:
2026-01-30 23:14:06 +01:00
commit 22cb32d56c
20 changed files with 7349 additions and 0 deletions

9
tsconfig.node.json Normal file
View File

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