{
  "watch": [
    "./src/",
    "./dev/",
    "./.storybook"
  ],
  "ext": "js",
  "ignore": [
    "__tests__/**/"
  ]

}