Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/axios-1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalCodes authored Oct 17, 2024
2 parents e4c5fa6 + bbe79e0 commit 938ba8d
Show file tree
Hide file tree
Showing 10 changed files with 435 additions and 238 deletions.
31 changes: 31 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@components/*": [
"src/components/*"
],
"@hooks/*": [
"src/hooks/*"
],
"@pages/*": [
"src/pages/*"
],
"@redux/*": [
"src/redux/*"
],
"@service/*": [
"src/service/*"
],
"@utils/*": [
"src/utils/*"
],
"@styles/*": [
"src/styles/*"
],
"@/*": [
"src/*"
]
}
}
}
Loading

0 comments on commit 938ba8d

Please sign in to comment.