{ "extends": "@pnpm/tsconfig", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": [ "src/**/*.ts", "../../__typings__/**/*.d.ts" ], "references": [ { "path": "../../__utils__/assert-store" }, { "path": "../../__utils__/prepare" }, { "path": "../../cli/cli-utils" }, { "path": "../../config/config" }, { "path": "../../config/normalize-registries" }, { "path": "../../crypto/integrity" }, { "path": "../../exec/plugin-commands-script-runners" }, { "path": "../../fs/msgpack-file" }, { "path": "../../global/packages" }, { "path": "../../lockfile/fs" }, { "path": "../../lockfile/utils" }, { "path": "../../packages/constants" }, { "path": "../../packages/dependency-path" }, { "path": "../../packages/error" }, { "path": "../../packages/logger" }, { "path": "../../packages/parse-wanted-dependency" }, { "path": "../../packages/types" }, { "path": "../../pkg-manager/get-context" }, { "path": "../cafs" }, { "path": "../package-store" }, { "path": "../store-connection-manager" }, { "path": "../store-controller-types" }, { "path": "../store-path" } ] }