{ "extends": "@pnpm/tsconfig", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": [ "src/**/*.ts", "../../__typings__/**/*.d.ts" ], "references": [ { "path": "../../__utils__/prepare" }, { "path": "../../__utils__/test-fixtures" }, { "path": "../../cli/utils" }, { "path": "../../config/reader" }, { "path": "../../config/writer" }, { "path": "../../core/constants" }, { "path": "../../core/error" }, { "path": "../../core/logger" }, { "path": "../../core/types" }, { "path": "../../crypto/hash" }, { "path": "../../fetching/pick-fetcher" }, { "path": "../../fs/packlist" }, { "path": "../../installing/commands" }, { "path": "../../installing/modules-yaml" }, { "path": "../../lockfile/fs" }, { "path": "../../lockfile/utils" }, { "path": "../../pkg-manifest/reader" }, { "path": "../../resolving/parse-wanted-dependency" }, { "path": "../../store/connection-manager" }, { "path": "../../store/path" }, { "path": "../../workspace/project-manifest-reader" }, { "path": "../../workspace/projects-filter" }, { "path": "../../workspace/workspace-manifest-reader" }, { "path": "../apply-patch" } ] }