Infelizmente não encontrei no fórum, uma resposta concreta que explique o motivo do erro TS18003,
error TS18003: No inputs were found in config file 'C:/Users/Gabriel Erick Silva/Downloads/01-alurabank/alurabank/app/tsconfig.json'. Specified 'include' paths were '["app/ts/"]' and 'exclude' paths were '["app/js"]'.
Segue Abaixo o Codigo.
"compilerOptions": {
"target": "es6",
"outDir": "app/js"
},
"include": [
"app/ts/**/*"
]
}
insira seu código aqui