Hello, just a little opinionated opinion haha
With the typescript dev command the watch mode was always clearing the console and not logging any nodemon / app error
I would suggest using tsc-watch as so:
"dev": "tsc-watch --project ./tsconfig.json --noClear --onSuccess \"nodemon --watch ./dist ./dist/server.js\""