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
Could not find a declaration file for module 'react-advanced-news-ticker'. 'D:/Projects/nextjs/wp/node_modules/react-advanced-news-ticker/dist/index.js' implicitly has an 'any' type.
Try npm i --save-dev @types/react-advanced-news-ticker if it exists or add a new declaration (.d.ts) file containing declare module 'react-advanced-news-ticker';ts(7016)
The text was updated successfully, but these errors were encountered:
Create a folder in your project and name it @types. After that, create a file with the name of alltypes.d.ts and inside it, type this: declare module "react-advanced-news-ticker";
That's all!
Could not find a declaration file for module 'react-advanced-news-ticker'. 'D:/Projects/nextjs/wp/node_modules/react-advanced-news-ticker/dist/index.js' implicitly has an 'any' type.
Try
npm i --save-dev @types/react-advanced-news-ticker
if it exists or add a new declaration (.d.ts) file containingdeclare module 'react-advanced-news-ticker';
ts(7016)The text was updated successfully, but these errors were encountered: