{ "extends": "@pnpm/tsconfig", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": [ "src/**/*.ts", "../../typings/**/*.d.ts" ], "references": [ { "path": "../../privatePackages/assert-store" }, { "path": "../../privatePackages/prepare" }, { "path": "../cafs" }, { "path": "../cli-utils" }, { "path": "../config" }, { "path": "../dependency-path" }, { "path": "../error" }, { "path": "../get-context" }, { "path": "../lockfile-file" }, { "path": "../lockfile-utils" }, { "path": "../normalize-registries" }, { "path": "../parse-wanted-dependency" }, { "path": "../pick-registry-for-package" }, { "path": "../store-connection-manager" }, { "path": "../store-controller-types" }, { "path": "../types" } ] }