Files
pnpm/pkg-manager/resolve-dependencies/tsconfig.json
Khải 5bf6aaa407 refactor: move @pnpm/logger to the monorepo (#8385)
* chore: create @pnpm/logger

* fix: workaround typescript error

* chore: update manifests

* chore(deps): link @pnpm/logger from workspace
2024-08-07 18:02:08 +02:00

83 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/pick-registry-for-package"
},
{
"path": "../../fetching/pick-fetcher"
},
{
"path": "../../lockfile/preferred-versions"
},
{
"path": "../../lockfile/pruner"
},
{
"path": "../../lockfile/types"
},
{
"path": "../../lockfile/utils"
},
{
"path": "../../packages/constants"
},
{
"path": "../../packages/core-loggers"
},
{
"path": "../../packages/dependency-path"
},
{
"path": "../../packages/error"
},
{
"path": "../../packages/logger"
},
{
"path": "../../packages/types"
},
{
"path": "../../packages/which-version-is-pinned"
},
{
"path": "../../patching/config"
},
{
"path": "../../patching/types"
},
{
"path": "../../pkg-manifest/manifest-utils"
},
{
"path": "../../pkg-manifest/read-package-json"
},
{
"path": "../../resolving/npm-resolver"
},
{
"path": "../../resolving/resolver-base"
},
{
"path": "../../store/store-controller-types"
},
{
"path": "../../workspace/spec-parser"
}
]
}