{
  "ignore": [
    ".git",
    "node_modules",
    "client",
    ".history",
    ".idea",
    ".vscode",
    "deploy"
  ],
  "verbose": true,
  "exec": "npm run ts-start",
  "events": {
    "restart": "echo '---restart---' && npm run lint"
  },
  "watch": [
    "*.ts",
    "**/*.ts",
    "index.ts"
  ],
  "env": {
    "NODE_ENV": "development"
  },
  "ext": "ts"
}
