Whenever I run typings install mongoose
, it seems like the Typescript definitions are being fetched from
https://github.com/louy/typed-mongoose
This change feels a bit unexpected. Previously, they were sourced from DefinitelyTyped at https://github.com/DefinitelyTyped/DefinitelyTyped, which served as a centralized hub for all Typescript Definitions.
What is the current search path that typings utilizes when I execute typings install ______
?