I am in need of two separate versions of a package, and fortunately with npm 6.9.0 I can easily accomplish that now.
My dilemma is this: the package comes with type definitions. However, when I create an alias for this package and refer to it using the alias, the typings are not automatically recognized because I have changed the name. Is there a way to ensure that they get auto-detected?