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
When you try to use it on a typescript project, the IDE shows this error. Could not find a declaration file for module 'react-sprite-animator'. 'c:/workspace/alyson/frontend-fdte/node_modules/react-sprite-animator/lib/index.js' implicitly has an 'any' type. Try npm i --save-dev @types/react-sprite-animatorif it exists or add a new declaration (.d.ts) file containingdeclare module 'react-sprite-animator';ts(7016)
The text was updated successfully, but these errors were encountered:
There is no typescript support to this project.
When you try to use it on a typescript project, the IDE shows this error.
Could not find a declaration file for module 'react-sprite-animator'. 'c:/workspace/alyson/frontend-fdte/node_modules/react-sprite-animator/lib/index.js' implicitly has an 'any' type. Try
npm i --save-dev @types/react-sprite-animatorif it exists or add a new declaration (.d.ts) file containing
declare module 'react-sprite-animator';ts(7016)
The text was updated successfully, but these errors were encountered: