Salve pessoal, alguém poderia me ajudar com esse problema?
O código não está compilando o TS para JS, fiz o código do instrutor e coloquei o "compile" : "tsc no package.json, mas não funciona.
tsconfig.json
{
    "compilerOptions": {
    "forceConsistentCasingInFileNames":true,
        "outDir": "dist/js", //Onde estão os arquivos
        "target": "ES6", //Qual versão do JavaScript
    },
    "include": ["app/**/*"] //Onde estão os arquivos TS
}Erro:
> alurabank@1.0.0 server
> lite-server --baseDir=dist
Did not detect a `bs-config.json` or `bs-config.js` override file. Using lite-server defaults...
** browser-sync config **
{
  injectChanges: false,
  files: [ './**/*.{html,htm,css,js}' ],
  watchOptions: { ignored: 'node_modules' },
  server: {
    baseDir: 'dist',
    middleware: [ [Function (anonymous)], [Function (anonymous)] ]
  }
}
[Browsersync] Access URLs:
 ---------------------------------------
       Local: http://localhost:3000
    External: http://26.213.236.154:3000
 ---------------------------------------
          UI: http://localhost:3001
 UI External: http://localhost:3001
 ---------------------------------------
[Browsersync] Serving files from: dist
[Browsersync] Watching files...
22.12.27 17:20:02 304 GET /index.html
22.12.27 17:20:02 304 GET /css/bootstrap.css
22.12.27 17:20:02 404 GET /js/app.js
22.12.27 17:20:50 304 GET /css/bootstrap.css
22.12.27 17:20:51 200 GET /css/bootstrap.css.map 
            