Webstorm: v10.0.3
TypeScript: v1.5.0.Beta
Nodejs: v0.12.3
The issue is the Compiler Option: "--emitDecoratorMetadata"
(which you need for Angularjs2 & TypeScript)
Two ways to transcompile:
1) GUI: Webstorm|Settings|Languages & Frameworks|TypeScript: "Command line options". Using the "--emitDecoratorMetadata" compiler option results in the compiler NOT starting.
2) CMD Line: compiling with tsc.exe from the command line using this compiler option does work, the compiler starts and runs without errors.