When using a Typescript watcher, there doesn't seem to be a way to concatenate all the files down into a single output file.
In the command line, I believe you'd do something like:
tsc -out output.js filea.ts fileb.ts
Can we set up IntelliJ Idea to do this as well?