We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tsdx watch clears the terminal. This is because tsc does this by default without the --preserveWatchOutput CLI flag.
tsdx watch
tsdx watch could be configured so that it doesn't clear the terminal.
Add a CLI option to tsdx watch that passes the --preserveWatchOutput flag to tsc.
Myself and all the people who wanted this flag for tsc. microsoft/TypeScript#21295 (comment)
The option can't be specified in tsconfig.json as far as I'm aware.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Behavior
tsdx watch
clears the terminal. This is because tsc does this by default without the --preserveWatchOutput CLI flag.Desired Behavior
tsdx watch
could be configured so that it doesn't clear the terminal.Suggested Solution
Add a CLI option to
tsdx watch
that passes the --preserveWatchOutput flag to tsc.Who does this impact? Who is this for?
Myself and all the people who wanted this flag for tsc. microsoft/TypeScript#21295 (comment)
Describe alternatives you've considered
The option can't be specified in tsconfig.json as far as I'm aware.
The text was updated successfully, but these errors were encountered: