Skip to content

Instantly share code, notes, and snippets.

@jasonleehodges
Created February 13, 2022 20:58
Show Gist options
  • Save jasonleehodges/fc5334d1164a6d56a5ef8c7bd1dd546f to your computer and use it in GitHub Desktop.
Save jasonleehodges/fc5334d1164a6d56a5ef8c7bd1dd546f to your computer and use it in GitHub Desktop.
Could not find declaration file for module - ts(7016)
Could not find a declaration file for module 'exampleModule'. '.../node_modules/exampleModule.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/exampleModule` if it exists or add a new declaration (.d.ts) file containing `declare module 'exampleModule';`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment