{
    "$schema": "https://biomejs.dev/schemas/2.4.9/schema.json",
    "formatter": {
        "enabled": true,
        "indentStyle": "space",
        "indentWidth": 4,
        "lineWidth": 120
    },
    "linter": {
        "enabled": true,
        "rules": {
            "recommended": true,
            "suspicious": {
                "noExplicitAny": "off"
            },
            "style": {
                "noNonNullAssertion": "off",
                "useTemplate": "off"
            }
        }
    },
    "files": {
        "includes": ["**/*.ts"],
        "ignoreUnknown": true
    }
}
