Prettier error messages from tsc
We understand that a ton of monochrome output can be a little difficult on the eyes.Colors can help discern where a message starts and ends, and these visual clues are important when error output gets overwhelming.
By just passing the —pretty
command line option, TypeScript gives more colorful output with context about where things are going wrong.