Closed
Description
Issue #13020 makes tsc -w
always clear the screen. This is annoying when:
tsc -w
is part of several processes being run in the same terminal- I care about previous output.
Expected behavior:
tsc -w
should not clear the screen before every compile if a certain additional flag is provided.
Actual behavior:
tsc -w
always clears the screen before compilation.
Related Issues: