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