Initial Commit

This commit is contained in:
2026-04-09 23:23:31 +02:00
commit 441a7365d7
93 changed files with 15137 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}