Jan 21 2019 1 mins
Not all projects on npm ship with their own Type definitions. For example, neither lodash or jquery include them. Thankfully, VS Code can automatically find and install type definitions for you or you can simply bring them in with `npm i -D @types/lodash` from the @types organization on npm.