Sep 28, 2021
you can always opt-out of `noImplicitAny` for any given lines using comments. The recommendation from the TS team is to have it on.
Notice the example:
https://gist.github.com/dioxmio/abeebecff505eba5c14258ea225120e7
that is the obvious example which this flag should be on at all times.
Regards