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
Its wierd.. Webpack correctly colors now but for some reason TSC doesnt
I wonder if there is a special commandline arg I should be using for TSC when using it inside another command because it does seem to try to take over the console. --pretty maybe?
Really cool project! Pete Gonzalez put me onto it (https://rushstack.zulipchat.com/#narrow/stream/262513-general/topic/Include.20a.20lib.20without.20building.20it.3F/near/219680585)
One thing I would love to see if colored build output.
For example if I:
Then I introduce a compile error in one of my ts files I get the following nice error:
But if I rush-select and choose "dev" for "libs/shared" then I get the followng:
Which lacks the coloring and the underlined error.
The text was updated successfully, but these errors were encountered: