Not a showstopper, but would be helpful for new users.
Use case: I was generating .js file from a single .ts file. It failed with an ambiguous error. The file had imports, and I presumed that was the issue. The directory was self-containing i.e. .ts in this directory only imported from themselves or from node. So I used the directory option and that worked.
Fix suggested:
Provide a more intuitive error message
or Convert imports as well (or handle in some way)
Not a showstopper, but would be helpful for new users.
Use case: I was generating .js file from a single .ts file. It failed with an ambiguous error. The file had imports, and I presumed that was the issue. The directory was self-containing i.e. .ts in this directory only imported from themselves or from node. So I used the directory option and that worked.
Fix suggested: