Closed johnpapa closed 5 years ago
we may be able to fix this by ...
add a new declaration (.d.ts) file containing
declare module 'ascii-progress';
then we dont turn it off for the entire project
Shmuela fixed this with just what you suggested, i.e declaration file. Closing this issue
We currently set
noImplicitAny
tofalse
. This may not be ideal. Another option is to fix the typings below locally. Or to fix them in the library's github repo with a PR.Putting this here so we do not forget