Produce xUnit-style XML output from typescript compiler messages
npm install typescript-xunit-xmlProduce xUnit-style XML output from typescript compiler messages
``sh`
npm install --save-dev typescript-xunit-xml
`sh`
tsc | typescript-xunit-xml | tee junit.xml
Support for --pretty` output that includes the source code snippet is intended.
MIT