Empty output from tsc and out
compiler option acting surprisingly
#3950
Labels
Duplicate
An existing issue was already created
I would not be at all surprised if I was doing something wrong here or if this problem was due to a lack of my understanding, but I think that
tsc
should have an error message or something here instead of producing surprising results and exiting with code0
.tsconfig.json
index.ts
log.ts
Expected: As noted in the
tsconfig.json
docs, all my ts files are concatted into a singleout.ts
file, respecting what I set intsconfig.json
.Actual: I see
index.js
andlog.js
files created, which look correct, butout.js
is empty.The text was updated successfully, but these errors were encountered: