micku7zu/vanilla-tilt.js

Add support for Typescript

m-maaz-azhar opened this issue · 1 comments

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

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.

Thanks