{
  "execMap": {
    "ts": "ts-node -r tsconfig-paths/register -P tsconfig.json"
  },
  "ignore": ["test/**/*.ts", "test/**/*.spec.ts", ".git", "node_modules"],
  "watch": ["./src"],
  "ext": "ts,js,tsx,jsx,json,yaml,yml"
}
