{
  "restartable": "rs",
  "ignore": [
    ".git",
    "node_modules/**/node_modules"
  ],
  "verbose": true,
  "watch": [
    "config/",
    "scripts/",
    "server/"
  ],
  "ext": "js,json"
}
