Bug Report
π Search Terms
unknown clean build option
π Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about the CLI
β― Playground Link
N/A
π» Code
π Actual behavior
tsc --clean
error TS5023: Unknown compiler option '--clean'.
π Expected behavior
Something indicating the option is known but requires --build?
tsc --clean
error TS5023: Compiler option '--clean' may only be used with '-b'/'--build'.
Bug Report
π Search Terms
unknown clean build option
π Version & Regression Information
β― Playground Link
N/A
π» Code
π Actual behavior
π Expected behavior
Something indicating the option is known but requires
--build?