{ "extends": "@pnpm/tsconfig", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": [ "src/**/*.ts", "../../__typings__/**/*.d.ts" ], "references": [ { "path": "../../core/error" }, { "path": "../../core/types" }, { "path": "../../deps/path" }, { "path": "../../fetching/pick-fetcher" }, { "path": "../../hooks/types" }, { "path": "../../resolving/resolver-base" }, { "path": "../types" } ] }