Complemento da aula em texto: https://onebitcode.notion.site/10-Primeiro-C-digo-em-TypeScript-fb0aae551ec84ef194c940cd743f1156?_gl=1*1liith5*_ga*MzcwNTY2MTE2LjE2Nzg3NTE4ODg.*_ga_37GXT4VGQK*MTcwMTI4OTM3MS42MC4xLjE3MDEyOTAzMTMuMC4wLjA.
Atenção! Nas versões mais recentes do TypeScript o parâmetro “watch” não é mais utilizado através do arquivo de configuração, e sim diretamente no comando de execução na forma da flag “--watch”.
  "scripts": {
    "tsc-watch": "tsc --watch"
  },
{
  "compilerOptions": {
    "target": "ES5",
    "outDir": "dist"
  }
}