JUnit report generator for typescript
$ yarn add -D tsc-junit
package.json
:
{
"scripts": {
"types": "tsc --noEmit | tsc-junit --output report.xml"
}
}
Then run:
$ yarn types
Your report will be saved to a file report.xml
tsc-junit
is WTFPL licensed.