Often forget to install types of a NodeJs package?

show-and-tell

Have you ever installed a NodeJs package in a TypeScript project and saw that you are not getting type safety for that package in your TypeScript files?

Yes, you would have seen this. The solution is that you would go and install the types of that package from the awesome DefinitelyTyped repository.

But why do this additional step manually if you can do it automatically, so I introduce TypeScript Types Supported Installer.

... Loading comments