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
Issue:
Could not find a declaration file for module 'vanilla-tilt'. 'c:/Users/Desktop/next-tailwind-web/node_modules/vanilla-tilt/lib/vanilla-tilt.js' implicitly has an 'any' type.
Try npm i --save-dev @types/vanilla-tilt if it exists or add a new declaration (.d.ts) file containing declare module 'vanilla-tilt';ts(7016)
Already Tried: npm i --save-dev @types/vanilla-tilt
The text was updated successfully, but these errors were encountered:
Sorry, I don't use typescript. The typescript support was added by other contributors. If anyone knows what's the issue here, I'm open to merge the fix.
Issue:
Could not find a declaration file for module 'vanilla-tilt'. 'c:/Users/Desktop/next-tailwind-web/node_modules/vanilla-tilt/lib/vanilla-tilt.js' implicitly has an 'any' type.
Try
npm i --save-dev @types/vanilla-tilt
if it exists or add a new declaration (.d.ts) file containingdeclare module 'vanilla-tilt';
ts(7016)Already Tried: npm i --save-dev @types/vanilla-tilt
The text was updated successfully, but these errors were encountered: