Update | Project Ready

This commit is contained in:
Possible
2025-04-03 17:05:59 +01:00
commit c5aee9e2ec
176 changed files with 34486 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"compilerOptions": {
"jsx": "react",
"baseUrl": ".",
"paths": {
"Components/*": [
"src/components/*"
],
"Pages/*": [
"src/pages/*"
],
"Utils/*": [
"src/utils/*"
],
"Assets/*": [
"src/assets/*"
],
"Src/*": [
"src/*"
],
}
}
}