first commit

This commit is contained in:
2025-12-11 12:26:01 +01:00
commit 920ea14bee
62 changed files with 6760 additions and 0 deletions

View File

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