plantain-00 / type-coverage

A CLI tool to check type coverage for typescript code
MIT License
1.26k stars 44 forks source link

reportUnusedIgnore: false is not working if strict: true #143

Open aihornmac opened 1 month ago

aihornmac commented 1 month ago

https://github.com/plantain-00/type-coverage/blob/906bc5b784ccaafac988d392aa21fdf8c6786ba9/packages/core/src/core.ts#L161 this line of code makes reportUnusedIgnore: false unable to override when strict: true

plantain-00 commented 1 month ago

v2.29.6 should fix it