tsc --build --clean doesn't generate outDir

Viewed 13

Here is my project, see my gif, when use tsc --build tsconfig.json --clean outDir dist/ is not generated, when use tsc --build tsconfig.json outDir dist/ is generated enter image description here I expect tsc --build tsconfig.json --clean generate dist and clean latest-source-not-generated files, how should i do

my tsc version is: Version 4.8.3

0 Answers
Related