It appears as though TypeScript is transpiling target files that are not executable.
I have to run chmod u+x <file>
after transpilation to get the files to become executable.
This is the case, even if they have a hashbang:
#!/usr/bin/env node
How can I tell TypeScript / tsc to create files which are executable?