Init Commit

This commit is contained in:
KarimTamani
2025-05-04 19:17:04 +01:00
commit d9905351bd
61 changed files with 3015 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}