In webstorm 7, with typescript .9.0.1 installed via node.js, when the typescript compiler runs, I only get the line of error back:
C:/Users/mordrax/AppData/Roaming/npm/tsc.cmd world.ts
C:/Users/mordrax/WebstormProjects/CoTWjs/js/world.ts(9,13):
However, if I run it in a cmd window, tsc world.ts I get the full picture
c:/Users/mordrax/WebstormProjects/CoTWjs/js/world.ts(9,13): error TS2095: Could
not find symbol 'Tile'.
c:/Users/mordrax/WebstormProjects/CoTWjs/js/world.ts(18,41): error TS2095: Could
not find symbol 'Tile'.
c:/Users/mordrax/WebstormProjects/CoTWjs/js/world.ts(18,61): error TS2095: Could
not find symbol 'TILEDATA'.
c:/Users/mordrax/WebstormProjects/CoTWjs/js/world.ts(18,88): error TS2095: Could
not find symbol 'world'.
Give.