DEV Community

How to make TypeScript shut up about that library

Mark on April 19, 2019

April 14, 2019 TypeScript is a tradeoff. “I use typescript when I feel like having hours of migraines using 3rd party libraries and making sure ...
Collapse
 
cubiclebuddha profile image
Cubicle Buddha

This was a really succinct and funny explanation of something I often have to google. These days I only used libraries that have type definitions because I don’t want to go through that issue above. But you made it more palatable! Thank you! :)

Collapse
 
logicmason profile image
Mark

Thanks! I'm glad you found it helpful.