baixei o typescript na pasta client(npm install) , dei um start(npm start) , porém não gerou os arquivos .js, conforme informado no curso, abaixo segue uma mensagem de erro e o arquivo app.component.ts
Aparece esta mensagem: file: 'file:///c%3A/Projects/alurapic/client/node_modules/app/app.component.ts' severity: 'Error' message: 'Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.' at: '11,7' source: 'ts'
==================================================== Arquivo ts: import{Component} from '@angular/core';
@Component({
selector : 'app', templateUrl : './app/app.component.html' })
class AppCompoment { }