tsc TypeScript:
$ npm install -g typescript
:
$ tsc --init --experimentalDecorators
--moduleResolution node --target ES5
--sourceMap --module system --removeComments
, , Angular.io .
outDir rootDir, . , . tsconfig.json.
"emitDecoratorMetadata": true
, ,
Thierry