You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right click -> Go to definition on gulp -> Opens @types/gulp/index.d.ts
Actual behavior:
Right click -> Go to definition on gulp -> Opens gulp/index.js
Using the imported gulp also makes it obvious that all the types are being loaded from the located .js and not the @types.d.ts. This causes serious editor usability issues as your included type definitions are overridden by the required js!