Files
pnpm/installing/package-requester/tsconfig.json
Zoltan Kochan cd0e887db3 refactor: remove unused @pnpm/fs.msgpack-file package and lockfile-directory setting (#11033)
Remove the @pnpm/fs.msgpack-file package which was never imported in
source code (only in its own tests). Also remove the deprecated
lockfile-directory CLI option alias — users should use lockfile-dir.
2026-03-20 00:38:02 +01:00

71 lines
1.1 KiB
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../__utils__/test-fixtures"
},
{
"path": "../../config/package-is-installable"
},
{
"path": "../../core/core-loggers"
},
{
"path": "../../core/error"
},
{
"path": "../../core/logger"
},
{
"path": "../../core/types"
},
{
"path": "../../deps/path"
},
{
"path": "../../fetching/fetcher-base"
},
{
"path": "../../fetching/pick-fetcher"
},
{
"path": "../../fs/graceful-fs"
},
{
"path": "../../hooks/types"
},
{
"path": "../../resolving/resolver-base"
},
{
"path": "../../store/cafs"
},
{
"path": "../../store/cafs-types"
},
{
"path": "../../store/controller-types"
},
{
"path": "../../store/create-cafs-store"
},
{
"path": "../../store/index"
},
{
"path": "../../worker"
},
{
"path": "../client"
}
]
}