Use typescript path mappings
Closed this issue · 0 comments
OmTheTurtle commented
Instead of always using relative imports, we can setup typescript path mappings to make our life easier. E.g. a common practice for this is to use @/
for root.
Closed this issue · 0 comments
Instead of always using relative imports, we can setup typescript path mappings to make our life easier. E.g. a common practice for this is to use @/
for root.