{ "extends": "@pnpm/tsconfig", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": [ "src/**/*.ts", "../../__typings__/**/*.d.ts" ], "references": [ { "path": "../../__utils__/assert-project" }, { "path": "../../__utils__/assert-store" }, { "path": "../../__utils__/prepare" }, { "path": "../../__utils__/test-fixtures" }, { "path": "../../__utils__/test-ipc-server" }, { "path": "../../agent/client" }, { "path": "../../bins/linker" }, { "path": "../../bins/remover" }, { "path": "../../building/after-install" }, { "path": "../../building/during-install" }, { "path": "../../building/policy" }, { "path": "../../catalogs/protocol-parser" }, { "path": "../../catalogs/resolver" }, { "path": "../../catalogs/types" }, { "path": "../../config/matcher" }, { "path": "../../config/normalize-registries" }, { "path": "../../config/parse-overrides" }, { "path": "../../core/constants" }, { "path": "../../core/core-loggers" }, { "path": "../../core/error" }, { "path": "../../core/logger" }, { "path": "../../core/types" }, { "path": "../../crypto/hash" }, { "path": "../../crypto/object-hasher" }, { "path": "../../deps/graph-hasher" }, { "path": "../../deps/graph-sequencer" }, { "path": "../../deps/path" }, { "path": "../../exec/lifecycle" }, { "path": "../../fs/read-modules-dir" }, { "path": "../../fs/symlink-dependency" }, { "path": "../../hooks/read-package-hook" }, { "path": "../../hooks/types" }, { "path": "../../lockfile/filtering" }, { "path": "../../lockfile/fs" }, { "path": "../../lockfile/preferred-versions" }, { "path": "../../lockfile/pruner" }, { "path": "../../lockfile/settings-checker" }, { "path": "../../lockfile/to-pnp" }, { "path": "../../lockfile/types" }, { "path": "../../lockfile/utils" }, { "path": "../../lockfile/verification" }, { "path": "../../lockfile/walker" }, { "path": "../../network/git-utils" }, { "path": "../../patching/config" }, { "path": "../../pkg-manifest/reader" }, { "path": "../../pkg-manifest/utils" }, { "path": "../../resolving/parse-wanted-dependency" }, { "path": "../../resolving/registry/types" }, { "path": "../../resolving/resolver-base" }, { "path": "../../store/cafs" }, { "path": "../../store/controller-types" }, { "path": "../../store/index" }, { "path": "../../store/path" }, { "path": "../../testing/mock-agent" }, { "path": "../../testing/temp-store" }, { "path": "../../worker" }, { "path": "../../workspace/project-manifest-reader" }, { "path": "../context" }, { "path": "../deps-resolver" }, { "path": "../deps-restorer" }, { "path": "../linking/direct-dep-linker" }, { "path": "../linking/hoist" }, { "path": "../linking/modules-cleaner" }, { "path": "../modules-yaml" }, { "path": "../package-requester" } ] }