Files
pnpm/installing/deps-resolver/tsconfig.json
Zoltan Kochan 8acf2708c9 refactor: rename deps-resolver and env-installer packages (#11013)
Rename @pnpm/installing.resolve-dependencies to @pnpm/installing.deps-resolver
for consistency with the <domain>.<leaf> naming convention.
2026-03-18 21:52:01 +01:00

89 lines
1.5 KiB
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../catalogs/resolver"
},
{
"path": "../../catalogs/types"
},
{
"path": "../../config/version-policy"
},
{
"path": "../../core/constants"
},
{
"path": "../../core/core-loggers"
},
{
"path": "../../core/error"
},
{
"path": "../../core/logger"
},
{
"path": "../../core/types"
},
{
"path": "../../deps/graph-hasher"
},
{
"path": "../../deps/path"
},
{
"path": "../../deps/peer-range"
},
{
"path": "../../fetching/pick-fetcher"
},
{
"path": "../../hooks/types"
},
{
"path": "../../lockfile/preferred-versions"
},
{
"path": "../../lockfile/pruner"
},
{
"path": "../../lockfile/types"
},
{
"path": "../../lockfile/utils"
},
{
"path": "../../patching/config"
},
{
"path": "../../patching/types"
},
{
"path": "../../pkg-manifest/reader"
},
{
"path": "../../pkg-manifest/utils"
},
{
"path": "../../resolving/npm-resolver"
},
{
"path": "../../resolving/resolver-base"
},
{
"path": "../../store/controller-types"
},
{
"path": "../../workspace/spec-parser"
}
]
}