You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using tsc -b (#22997) on our src directory, we have no gauge for how far in the build process we are. I can use --verbose, but that ends up being a bit much. Really what I want is a list of each project as it's being built.
The text was updated successfully, but these errors were encountered:
Feedback from @ahejlsberg was that tsc should print nothing by default, but I agree in principle it'd be nice to know that something is happening. tsc -b --succinct ?
When using
tsc -b
(#22997) on oursrc
directory, we have no gauge for how far in the build process we are. I can use--verbose
, but that ends up being a bit much. Really what I want is a list of each project as it's being built.The text was updated successfully, but these errors were encountered: