{ "extends": "@pnpm/tsconfig", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": [ "src/**/*.ts", "../../typings/**/*.d.ts" ], "references": [ { "path": "../client" }, { "path": "../constants" }, { "path": "../dependency-path" }, { "path": "../error" }, { "path": "../lockfile-file" }, { "path": "../lockfile-utils" }, { "path": "../manifest-utils" }, { "path": "../matcher" }, { "path": "../modules-yaml" }, { "path": "../pick-registry-for-package" }, { "path": "../types" } ] }