{ "extends": "@pnpm/tsconfig", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": [ "src/**/*.ts", "../../__typings__/**/*.d.ts" ], "references": [ { "path": "../../__utils__/test-fixtures" }, { "path": "../../core/error" }, { "path": "../../hooks/types" }, { "path": "../../network/fetch" }, { "path": "../../resolving/resolver-base" }, { "path": "../../store/cafs-types" }, { "path": "../../store/create-cafs-store" }, { "path": "../../store/index" }, { "path": "../fetcher-base" }, { "path": "../tarball-fetcher" } ] }