I\'m trying Angular2 using Typescript, but I have a problem with tsc.
This is my tsconfig.json file:
{ \"compilerOptions\": { \"module\": \"commonjs\
Did you install the angular2 type definitions?
tsd install angular2 --save