You can keep noImplicitAny and any-type just specific packages that can't/won't be typed. The declaration is now as simple as:
declare module 'path/to/module-name'
You can keep noImplicitAny and any-type just specific packages that can't/won't be typed. The declaration is now as simple as:
Typescript will any type modules that you declare that way. You can also use star (*) and star-star wildcards in the module name.