README
yarn tsc --project tsconfig.json --traceResolution | yarn ts-trace-visualizer > output.html
```bash yarn tsc --project tsconfig.json --traceResolution | yarn ts-trace-visualizer > output.html ```
<script type="module">
import tsTraceVisualizer from 'https://cdn.skypack.dev/ts-trace-visualizer';
</script>
yarn tsc --project tsconfig.json --traceResolution | yarn ts-trace-visualizer > output.html