Created
February 13, 2022 20:58
-
-
Save jasonleehodges/fc5334d1164a6d56a5ef8c7bd1dd546f to your computer and use it in GitHub Desktop.
Could not find declaration file for module - ts(7016)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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