How to manage type definition files for third party libraries for your Typescript project
Side note: type definition files are the solution to make Typescript code interact with plain Javascript code (for example, from third-party libraries). The closest equivalent I…