Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
David Amend
Total activity
6
Last activity
April 19, 2021 14:01
Member since
April 16, 2021 08:46
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (0)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
April 19, 2021 14:01
Created example setup and realized it works here.In my project, there were some missing .d.ts files, that is why it was not proper working. After proper setup it works now: - proper mark as "source...
Community
WebStorm
It is possible to jump to TS source files inside node_modules
2 votes
Edited
April 16, 2021 08:49
So jumping to .d.ts files and .ts files works fine, but when a .tsx file is provided,instead it jumps to .d.ts files and not .tsx file. @Jetbrains please fix it. This would be awesome!
Community
WebStorm
It is possible to jump to TS source files inside node_modules
0 votes
Edited
April 16, 2021 08:47
This solution is for library node_modules dependencies only to resolve the issue: So a simple solution for me is to generate .d.ts files. They are automatically identified by IDE and code navigatio...
Community
WebStorm
Typescript does not resolve modules through tsconfig.json's baseUrl
0 votes