Closed
Description
Hi, I don't seem to find any option to not show the compilation message that is printed in the console for each single ts file that has been compiled. I am refering to messages like this:
### Fast Compile >>src/server.ts
In a project running under watch to recompile after each saved change, this is spammy and too verbose. When the count of ts files increases this quickly gets out of hand.
Is there an option/flag I'm missing here? If not, I think this is a feature sorely needed.
Thank you for your time.