{
  "watch": [
    "src"
  ],
  "ext": "js,ts,json",
  "ignore": [
    "src/**/*.spec.ts"
  ],
  "exec": "ts-node  --transpile-only ./src/index.ts"
}