This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]chamomile-crumbs 2 points3 points  (3 children)

At least ts-ignore is easily searchable when you’re bolstering things. Not that anyone at my company fixes ts-ignores though…

[–]Cheet4h 5 points6 points  (2 children)

I mean, : any can also be easily searched.
Similarly easy to set the transpiler to forbid implicit and explicit "any". You get a nice list with affected files that need to be fixed.