Integrating TypeScript with JS libraries To integrate we can have three solutions. Use a library normally, adding basic type annotations wherever possible. Use a TypeScript adapter library that has helpers for using library with TypeScript Change ...