with the latest tsc, you should be fine to do the clean with below command
tsc --build --clean
My current tsc version for your reference
$ tsc --version
Version 3.5.3
Note that –clean flag is part of project-references and works only with it.
with the latest tsc, you should be fine to do the clean with below command
tsc --build --clean
My current tsc version for your reference
$ tsc --version
Version 3.5.3
Note that –clean flag is part of project-references and works only with it.