First commit: ready to implement features

This commit is contained in:
litoral05
2026-05-05 17:15:09 +01:00
commit abaa40790c
41 changed files with 7885 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"]
}