When I try to see the definition of an object or class of my React Native project, the IDE (WebStorm or VSC) brings me to TypeScript's declaration file (d.ts) instead.
How can I make it so I am being brought to the actual code that implements the class?