{
    "extends": "../../tools/tsc/tsconfig.lib.json",
    "compilerOptions": {
        "types": [
            "@matter/testing"
        ]
    },
    "references": [
        {
            "path": "../../testing/src"
        }
    ]
}