[Feature request] Count `Object` as `any`
tqn-treezor opened this issue · 2 comments
tqn-treezor commented
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?
plantain-00 commented
It's supported in v2.21.0
strict mode now.
tqn-treezor commented
Again, thanks a lot!