Using the normal require function gives the developers benefit of hovering over the function then VSCode will be able to show the necessary arguments of the function. Moreover, you can click alt to go directly to the hovered function. Is there a way to do this using this library?
An image using the normal require function

Requiring a module using module-alias
