You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm converting my project to Typescript and am using check-prop-types all over the place in my testing.
I get this message:
Could not find a declaration file for module 'check-prop-types'. '/node_modules/check-prop-types/index.js' implicitly has an 'any' type.
Try npm install @types/check-prop-types if it exists or add a new declaration (.d.ts) file containing declare module 'check-prop-types';
Would it be possible to make a definition file?
The text was updated successfully, but these errors were encountered:
I'm converting my project to Typescript and am using check-prop-types all over the place in my testing.
I get this message:
Could not find a declaration file for module 'check-prop-types'. '/node_modules/check-prop-types/index.js' implicitly has an 'any' type.
Try
npm install @types/check-prop-types
if it exists or add a new declaration (.d.ts) file containingdeclare module 'check-prop-types';
Would it be possible to make a definition file?
The text was updated successfully, but these errors were encountered: