--preserveWatchOutput
Also you can add it to the tsconfig.json
tsconfig.json
{ "compilerOptions": { "preserveWatchOutput": true } }
I dug so deep on this problem only to discover my solution was merged in v.10.4.5
v.10.4.5