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