initial commit

This commit is contained in:
victorAnumudu
2024-06-14 18:06:25 +01:00
commit e707f95288
150 changed files with 11018 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"]
}