tsc --build emits into outDir AND next to source files #28875
Labels
Bug
A bug in TypeScript
Docs
The issue relates to how you learn TypeScript
Good First Issue
Well scoped, documented and has the green light
Help Wanted
You can do this
Milestone
TypeScript Version: 3.2.1
I have tried https://github.com/RyanCavanaugh/project-references-demo
and
tsc -b tsproject.json
emits the output files into the /lib directory as expected, but additionally generates (some of) these files again next to the *.ts source files which seems unexpected.Example session:
The text was updated successfully, but these errors were encountered: