Hi everyone, when I try to reload the screen, it gives me this error. I think its related to jwt-decode cuz its giving me this error.
Could not find a declaration file for module ‘jwt-decode’. ‘/Users/abiralmainali/Simule/node_modules/jwt-decode/lib/index.js’ implicitly has an ‘any’ type.
Try npm install @types/jwt-decode
if it exists or add a new declaration (.d.ts) file containing declare module 'jwt-decode';
ts(7016)
No quick fixes available.
Please help.