Skip to content

Commit

Permalink
Update path aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
emrecancorapci committed May 14, 2024
1 parent 8ec2a80 commit c5309ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions components.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"cssVariables": false
},
"aliases": {
"components": "src/libraries/shadcn/components",
"utils": "src/libraries/shadcn/utils"
"components": "@/components",
"utils": "@/utils"
}
}
7 changes: 2 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@

"baseUrl": ".",
"paths": {
"lib/*": ["./src/libraries/*"],
"src/*": ["./src/*"],
"comp/*": ["./src/components/*"],
"types": ["./src/types/index.ts"],
"types/*": ["./src/types/*"],
"@/*": ["./src/*"],
"@/types": ["./src/types/index.ts"],
}
},
"include": ["src"],
Expand Down

0 comments on commit c5309ba

Please sign in to comment.