Initial commit

This commit is contained in:
grovedruid
2026-05-12 04:56:41 +02:00
commit 6ee8432c26
243 changed files with 14878 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"]
}