{
  "watch": ["**/*", "../utils/src/**/*", "../schema/schema/**/*"],
  "ext": "ts,js,json,yml",
  "ignore": ["../utils/src/**/*.spec.ts"],
  "exec": "node -r ts-node/register",
  "env": {
    "TS_NODE_FILES": "true",
    "NODE_ENV": "development"
  }
}
