Path aliases with TypeScript in Node.js
Some days ago I included path aliases in my TypeScript Node.js projects. Since they make the code look much cleaner in my opinion I like to show you how to setup these in a project.
The problem
In Node.js (or TS/JS in general) you can import single m...
larswaechter.hashnode.dev