How to Configure Absolute Import Paths in TypeScript
Absolute file paths can help organize the imports in your TypeScript projects by improving the way import locations are fetched by the compiler.
When a project grows bigger, your library of modules grows. The modules in your project might be referenc...
towardsthecloud.hashnode.dev3 min read