Files
pnpm/fetching/pick-fetcher/tsconfig.json
2025-11-30 14:19:04 +01:00

41 lines
667 B
JSON

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