{
  "watch": ["src"],
  "ext": "ts",
  "exec": "concurrently 'npx tsc --watch' 'ts-node index.ts'"
}
