Initial commit

This commit is contained in:
azeez faruq
2025-04-04 07:29:59 +01:00
commit 34a2b8cc2d
936 changed files with 260165 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"compilerOptions": {
"jsx": "react",
"baseUrl": ".",
"paths": {
"Components/*": ["src/components/*"],
"Pages/*": ["src/pages/*"],
"Utils/*": ["src/utils/*"],
"Assets/*": ["src/assets/*"],
"Context/*": ["src/context/*"],
"Routes/*": ["routes/*"],
"Src/*": ["src/*"]
}
}
}