TYPESCRIPT

How to Use Typescript Path Alias in Loopback 4

In TypeScript you can avoid these 'bad' looking imports with the help of path aliases. With path aliases you can declare aliases that map to a certain absolute path in your application.