{
    "ignore": ["**/*.test.ts", ".git", "node_modules"],
    "watch": ["src"],
    "exec": "npm run build && npm run start",
    "ext": "ts"
}