/ nodemon.json
nodemon.json
 1  {
 2    "watch": ["dist"],
 3    "ext": "js",
 4    "delay": "500",
 5    "verbose": false,
 6    "ignore": ["dist/styles.css"],
 7    "execMap": {
 8      "js": "node"
 9    }
10  }