How to configure custom absolute imports in your TypeScript project?
When developing apps using modern syntax following ES6+ standards you can get to the point that your files and directories structure is deeply nested. This makes importing code a little bit complicated.
Dalej