1142 Views
Typing long and error-prone paths to your Typescript modules can be a frustrating task If you don't know how to set up a TypeScript project, check out this article. Have you ever seen an import statement like this? import { formatName } from '../../helpers/format-name' These inconsistent relative paths look ugly and make code maintenance a nightmare!
0 comments