{ "extends": "../../../tsconfig.base.json", "compilerOptions": { "rootDir": "src", "outDir": "lib/types" }, "include": [ "src" ], "references": [ { "path": "../../../vendor/cosmokit" }, { "path": "../../../vendor/cordis" }, { "path": "../../../native/landlock-run/packages/entry" }, { "path": "../../util/brand" }, { "path": "../../llm/llm" }, { "path": "../../sandbox/sandbox" }, { "path": "../../sandbox/sandbox-policy" }, { "path": "../../shell/shell" }, { "path": "../../shell/bash-local" }, { "path": "../../runtime-diagnostics/invariants" } ] }