Files
pnpm/pkg-manager/client/tsconfig.json
2025-11-30 14:19:04 +01:00

53 lines
925 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../env/node.fetcher"
},
{
"path": "../../fetching/binary-fetcher"
},
{
"path": "../../fetching/directory-fetcher"
},
{
"path": "../../fetching/fetcher-base"
},
{
"path": "../../fetching/git-fetcher"
},
{
"path": "../../fetching/tarball-fetcher"
},
{
"path": "../../hooks/types"
},
{
"path": "../../network/auth-header"
},
{
"path": "../../network/fetch"
},
{
"path": "../../network/fetching-types"
},
{
"path": "../../packages/types"
},
{
"path": "../../resolving/default-resolver"
},
{
"path": "../../resolving/resolver-base"
}
]
}