in my addition, nodemon can't monitor src folder code change. unless i edit the script code ` "watch-server": "nodemon --watch src -e ts,tsx --exec ts-node src/server.ts",` this works!