psibean / discord.js-pagination

A simple (or advanced - it's your choice) utility to paginate discord embeds. Configure, customise, and control!
MIT License
10 stars 8 forks source link

Declaration file not found, index.js implicitly has "any" type. #9

Open r1zyn opened 2 years ago

r1zyn commented 2 years ago

Seems that when importing the module in TypeScript, it throws the error:

Could not find a declaration file for module '@psibean/discord.js-pagination'. 'C:/Users/ascen/OneDrive/Documents/Programming/Discord Bots/RN-Discord-Bot/node_modules/@psibean/discord.js-pagination/src/index.js' implicitly has an 'any' type.

Adding a typings file and declaring the module seemed to fix the problem, so that would be a suggestion.

r1zyn commented 2 years ago

Update: Added a pr