plantain-00 / type-coverage

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

Cache option is missing in `LintOptions` #70

Closed alexcanessa closed 3 years ago

alexcanessa commented 3 years ago

Version: 2.14.2

The LintOptions interface should have been updated when --cache option was added as part of #16.

Should be pretty straight forward fix.

alexcanessa commented 3 years ago

Unless is the same as enableCache?

plantain-00 commented 3 years ago

enableCache is same as --cache

alexcanessa commented 3 years ago

Ok thanks 👍

Just added all latest options to typescript-coverage-report (https://github.com/alexcanessa/typescript-coverage-report/pull/31).

That required a bit of mapping 😅