Closed
Description
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.
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
RyanCavanaugh commentedon Jun 28, 2018
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
?tsc --build
#25562RyanCavanaugh commentedon Jul 10, 2018
Forward-duping to #25562