Is it possible to fix `Unused default export`

I like to keep the files free of unnecessary warnings. Is there any way to remove it?
No description
3 Replies
d.js toolkit
d.js toolkit7mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button! - Marked as resolved by OP
Amgelo
Amgelo7mo ago
not for that case, it's not possible for the ide to know you're importing that dynamically it'd need to be able to run your code you can ignore that, maybe there's also a way to add an ignore comment and that's out of scope for djs either way
Filoqcus
FiloqcusOP7mo ago
Oh, okay :Panda_Cryn:

Did you find this page helpful?