{
    "verbose": true,
    "ignore": [
        "tests/*",
        "node_modules/**/node_modules",
        ".git"
    ],
    "watch": ["src/**/*"],
    "ext": "ts,js,json",
    "events": {
        "quit": "docker compose stop function"
    }
}
