Skip to content

Commit

Permalink
refactor : Add import alias for types as pft-types
Browse files Browse the repository at this point in the history
  • Loading branch information
ad956 committed Aug 29, 2024
1 parent 3afd63a commit c6d3fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@components/*": ["./app/components/*"],
"@hooks/*": ["./app/hooks/*"],
"@utils/*": ["./app/utils/*"],
"@types": ["./types.d.ts"],
"@pft-types/*": ["./types/*"],
"@constants/*": ["./app/utils/constants/*"],
"@admin/*": ["./app/(pages)/admin/*"],
"@patient/*": ["./app/(pages)/patient/*"],
Expand Down

0 comments on commit c6d3fff

Please sign in to comment.