Reputation: 1195
I added a module that included types to my project but VSCode was unable to locate the types and gave me the error: "No type definitions found for ...".
Upvotes: 2
Views: 5857
Reputation: 1195
Try quitting VSCode and opening the project again.
If that doesn't work see this answer: https://stackoverflow.com/a/45575241/1736174
Upvotes: 8