npm i -D nodemon ts-node
{ "scripts": { "dev:server": "nodemon --watch './**/*.ts' --exec 'ts-node' server.ts" } }