{ "extends": "@pnpm/tsconfig", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": [ "src/**/*.ts", "../../__typings__/**/*.d.ts" ], "references": [ { "path": "../../__utils__/prepare" }, { "path": "../../config/pick-registry-for-package" }, { "path": "../../config/writer" }, { "path": "../../core/constants" }, { "path": "../../core/core-loggers" }, { "path": "../../core/error" }, { "path": "../../core/types" }, { "path": "../../deps/graph-hasher" }, { "path": "../../fs/read-modules-dir" }, { "path": "../../lockfile/fs" }, { "path": "../../lockfile/pruner" }, { "path": "../../lockfile/types" }, { "path": "../../lockfile/utils" }, { "path": "../../network/auth-header" }, { "path": "../../network/fetch" }, { "path": "../../pkg-manifest/reader" }, { "path": "../../resolving/npm-resolver" }, { "path": "../../resolving/parse-wanted-dependency" }, { "path": "../../store/controller" }, { "path": "../../store/controller-types" }, { "path": "../../testing/temp-store" }, { "path": "../../worker" }, { "path": "../deps-resolver" } ] }