{ "extends": "@pnpm/tsconfig", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": [ "src/**/*.ts", "../../__typings__/**/*.d.ts" ], "references": [ { "path": "../../__utils__/test-fixtures" }, { "path": "../../building/pkg-requires-build" }, { "path": "../../core/logger" }, { "path": "../../core/types" }, { "path": "../../fs/packlist" }, { "path": "../../resolving/resolver-base" }, { "path": "../../store/cafs-types" }, { "path": "../../workspace/project-manifest-reader" }, { "path": "../fetcher-base" } ] }