I'm using your tool for the type coverage but at this point, it doesn't have an option to write the results to a file. I would like this feature because I can show this to the project team and to other people at the office/stakeholders/clients etc.
If you just save the CLI result, type-coverage > a.txt can do it.
If you want to do more complex things about the result, there is a API available: https://github.com/plantain-00/type-coverage#api
I'm using your tool for the type coverage but at this point, it doesn't have an option to write the results to a file. I would like this feature because I can show this to the project team and to other people at the office/stakeholders/clients etc.
If I have time I will submit a pull request.