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