iicaptain
iicaptain

Reputation: 1195

VSCode and Typescript: "No type definitions found for ..."

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

Answers (1)

iicaptain
iicaptain

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

Related Questions