I realize that I can compile my application with tsc my_app.ts --target system and it will generate a SystemJS-wrapped file for each imported module, which is aweso
tsc my_app.ts --target system
For the web:
An easier way of doing this though is to use tsify. It's a browserify plugin that compiles TypeScript.