{
  "ignore": ["**/*.test.ts", "**/*.spec.ts", ".git", "node_modules"],
  "watch": ["src"],
  "exec": "yarn start:dev",
  "ext": "ts",
  "inspect": true,
  "events": {
    "start": "clear"
  }
}
