plantain-00/type-coverage

[Feature request] Count `Object` as `any`

tqn-treezor opened this issue · 2 comments

Working on some legacy code, I noticed that Object, which is an antipattern and almost works like an any, increases the type coverage.

Would it be possible to include it by default or to add an option so that Object doesn't increase the type coverage?

It's supported in v2.21.0 strict mode now.

Again, thanks a lot!