{
  "watch": ["src"],
  "ext": ".ts,.js, json, jsx, tsx",
  "ignore": [],
  "exec": "ts-node ./src/index.ts"
}