Closed
Description
#33148 Search Terms
tsc watch control-chars stdout
Suggestion
I am looking for this option:
tsc --watch --no-control-chars
Use Cases
I am collecting some logs from tsc -w
using some tooling and the logs have control chars which we don't really need:
�c[�[90m2:09:12 PM�[0m] Starting compilation in watch mode...
[�[90m2:09:15 PM�[0m] Found 0 errors. Watching for file changes.
instead I am just looking for this in my logs:
2:09:12 PM Starting compilation in watch mode...
2:09:15 PM Found 0 errors. Watching for file changes.