{
  "restartable": "rs",
  "ignore": [".git", "node_modules/**/node_modules", "src/**/*.spec.ts"],
  "verbose": true,
  "execMap": {
    "js": "node"
  },
  "events": {
    "restart": "osascript -e 'display notification \"App restarted due to:\n'$FILENAME'\" with title \"nodemon\"'"
  },
  "watch": ["src"],
  "ext": "ts",

  "exec": "ts-node --project tsconfig.json src/index.ts",
  "env": {
    "NODE_ENV": "development",
    "HA4US_LOGLEVEL": "debug",
    "HA4US_RFID_PORT": "/dev/tty.wchusbserial14320"
  }
}
