Improve accessibility on terminal output #3852
Labels
Fixed
A PR has been merged for this issue
Needs Proposal
This issue needs a plan that clarifies the finer details of how it could be implemented.
Suggestion
An idea for TypeScript
Milestone
The output on
tsc
is not so accessible. I find it hard to read because everything is white and no newlines between lines.Also when running
tsc -w
it is very hard to distinguish latest build from the second latest.These problem can be solved if the output where a little bit more colorized.
The text was updated successfully, but these errors were encountered: