Ben Lin
2025-01-09 7bcfc0507043dc878c801a259aa7d058f4982551
1
2
3
4
5
6
7
8
{
  "watch": ["src"],
  "ext": "ts",
  "exec": "ts-node -r tsconfig-paths/register index.ts",
  "events": {
    "restart": "clear"
  }
}