TS5093
Compiler option '--verbose' may only be used with '--build'.
Broken Code ❌
Attempting to use --verbose without --build:
tsc --verboseSolution:
Use the --verbose option together with the --build option, which is used for incremental builds.
Fixed Code ✔️
tsc --build --verbose