I installed nodemon and typescript
this is my start script "start": "nodemon --watch \'*/**.ts\' --exec tsc && node dist/app.js",
"start": "nodemon --watch \'*/**.ts\' --exec tsc && node dist/app.js",