module "/home/edagurcia/Escritorio/mern-guia-completa/producthunt-nextjs/node_modules/react-firebase-file-uploader/lib/index"
Could not find a declaration file for module 'react-firebase-file-uploader'. '/home/user/Escritorio/mern/project-nextjs/node_modules/react-firebase-file-uploader/lib/index.js' implicitly has an 'any' type.
Try npm install @types/react-firebase-file-uploader if it exists or add a new declaration (.d.ts) file containing declare module 'react-firebase-file-uploader';ts(7016)
module "/home/edagurcia/Escritorio/mern-guia-completa/producthunt-nextjs/node_modules/react-firebase-file-uploader/lib/index" Could not find a declaration file for module 'react-firebase-file-uploader'. '/home/user/Escritorio/mern/project-nextjs/node_modules/react-firebase-file-uploader/lib/index.js' implicitly has an 'any' type. Try
npm install @types/react-firebase-file-uploader
if it exists or add a new declaration (.d.ts) file containingdeclare module 'react-firebase-file-uploader';
ts(7016)Any updates on this?