Go to implementation should navigate to .js file instead of typescript type definitions #26325
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
typescript
Typescript support issues
Steps to Reproduce:
npm init -y
npm install --save express
npm install --save-dev @types/express
tsconfig.json
:index.js
:'express'
, and choose Go to implementationExpected behaviour:
The editor navigates to the .js file containing the module implementation (under node_modules/express)
Actual behaviour:
The editor navigates to the installed express type definitions
The text was updated successfully, but these errors were encountered: