"scripts": { "build": "tsc", "dev": "nodemon", }, "nodemonConfig": { "watch": [ "src" ], "ext": "ts", "exec": "ts-node src/index.ts" }