I\'m trying to deploy my TypeScript API to Heroku. I have a heroku-prebuild script running npm i && npm i -g typescript && npm run build and a build
npm i && npm i -g typescript && npm run build