{ "extends": "@pnpm/tsconfig", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": [ "src/**/*.ts", "../../__typings__/**/*.d.ts" ], "references": [ { "path": "../../__utils__/assert-project" }, { "path": "../../__utils__/prepare" }, { "path": "../../__utils__/prepare-temp-dir" }, { "path": "../../__utils__/test-fixtures" }, { "path": "../../__utils__/test-ipc-server" }, { "path": "../../cli/command" }, { "path": "../../cli/common-cli-options-help" }, { "path": "../../cli/utils" }, { "path": "../../config/reader" }, { "path": "../../config/writer" }, { "path": "../../core/constants" }, { "path": "../../core/error" }, { "path": "../../core/logger" }, { "path": "../../core/types" }, { "path": "../../crypto/object-hasher" }, { "path": "../../deps/path" }, { "path": "../../installing/commands" }, { "path": "../../installing/modules-yaml" }, { "path": "../../store/cafs" }, { "path": "../../store/connection-manager" }, { "path": "../../store/index" }, { "path": "../../testing/command-defaults" }, { "path": "../../workspace/projects-filter" }, { "path": "../../workspace/projects-sorter" }, { "path": "../after-install" } ] }