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