{ "extends": "@pnpm/tsconfig", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": [ "src/**/*.ts", "../../__typings__/**/*.d.ts" ], "references": [ { "path": "../../__utils__/prepare" }, { "path": "../../fetching/fetcher-base" }, { "path": "../../fetching/pick-fetcher" }, { "path": "../../fetching/tarball-fetcher" }, { "path": "../../network/fetching-types" }, { "path": "../../packages/error" }, { "path": "../../store/cafs-types" }, { "path": "../../store/create-cafs-store" } ] }