{ "extends": "@pnpm/tsconfig", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": [ "src/**/*.ts", "../../__typings__/**/*.d.ts" ], "references": [ { "path": "../../fs/read-modules-dir" }, { "path": "../../lockfile/filtering" }, { "path": "../../lockfile/types" }, { "path": "../../lockfile/utils" }, { "path": "../../packages/core-loggers" }, { "path": "../../packages/dependency-path" }, { "path": "../../packages/logger" }, { "path": "../../packages/types" }, { "path": "../../store/store-controller-types" }, { "path": "../remove-bins" } ] }