DEV Community

Discussion on: TypeScript is wasting my time

Collapse
 
gmartigny profile image
Guillaume Martigny

I love JSDoc and use it everywhere I can. In a personal project I use JSDoc to output types for users to consume. This is a good tradeoff for me, because I don't have to bother with TS, but my users can have their types if they need to.

I'll try your method, but I'm worry I won't like putting @ts-ignore everywhere.

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

You just need to discern wherher is something verbose/unnecessary/absurd or something useful that must be provided 😂