// Managed by nacho-build.  Nacho will update references automatically but otherwise preserves your edits.
// Use `nacho-build configure` to overwrite with defaults.
{
    "extends": "../../../tsc/tsconfig.lib.json",
    "compilerOptions": {
        "module": "esnext",
        "moduleResolution": "bundler",
        "lib": [
            "es2023",
            "dom"
        ],
        "types": [
            "globals"
        ],
        "experimentalDecorators": true,
        "useDefineForClassFields": false,
        "allowSyntheticDefaultImports": true
    },
    "references": [
        {
            "path": "../../custom-clusters/src"
        },
        {
            "path": "../../ws-client/src"
        }
    ]
}
