{
  "watch": ["src"],
  "ext": "js",
  "ignore": [
    "**/*.test.js",
    "**/*.spec.js"
],
  "delay": "3"
}