{ "$schema": "https://json.schemastore.org/nodemon.json", "ignore": [ "node_modules" ], "env": { "NODE_ENV": "dev" }, "ext": "ts", "exec": "yarn build && yarn start" }