Files
pnpm/pkg-manager/plugin-commands-installation/tsconfig.json
Zoltan Kochan 9591a18d96 feat: configurational dependencies (#8915)
* feat: configuration dependencies

* feat: remove configuration dependencies

* feat: update configuration dependencies

* feat: configuration dependencies fast check on repeat install

* revert: comment

* refactor: install configurational deps

* refactor: install config deps

* refactor: install config deps

* test: config deps

* test: config deps

* docs: add changeset

* test: loading a pnpmfile from config deps

* fix: reading hooks after installing config deps

* test: fix

* test: fix

* test: fix

* test: fix

* test: loading patch from config dep

* fix: do not allow config deps w/o integrity checksum
2025-01-04 11:29:22 +01:00

137 lines
2.5 KiB
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../__utils__/assert-project"
},
{
"path": "../../__utils__/prepare"
},
{
"path": "../../__utils__/test-fixtures"
},
{
"path": "../../__utils__/test-ipc-server"
},
{
"path": "../../cli/cli-utils"
},
{
"path": "../../cli/command"
},
{
"path": "../../cli/common-cli-options-help"
},
{
"path": "../../config/config"
},
{
"path": "../../config/matcher"
},
{
"path": "../../config/pick-registry-for-package"
},
{
"path": "../../dedupe/check"
},
{
"path": "../../deps/status"
},
{
"path": "../../env/plugin-commands-env"
},
{
"path": "../../exec/plugin-commands-rebuild"
},
{
"path": "../../fs/graceful-fs"
},
{
"path": "../../fs/read-modules-dir"
},
{
"path": "../../hooks/pnpmfile"
},
{
"path": "../../lockfile/types"
},
{
"path": "../../packages/constants"
},
{
"path": "../../packages/error"
},
{
"path": "../../packages/logger"
},
{
"path": "../../packages/parse-wanted-dependency"
},
{
"path": "../../packages/types"
},
{
"path": "../../pkg-manifest/manifest-utils"
},
{
"path": "../../pkg-manifest/read-package-json"
},
{
"path": "../../pkg-manifest/read-project-manifest"
},
{
"path": "../../pkg-manifest/write-project-manifest"
},
{
"path": "../../resolving/resolver-base"
},
{
"path": "../../reviewing/outdated"
},
{
"path": "../../store/package-store"
},
{
"path": "../../store/store-connection-manager"
},
{
"path": "../../workspace/filter-packages-from-dir"
},
{
"path": "../../workspace/filter-workspace-packages"
},
{
"path": "../../workspace/find-packages"
},
{
"path": "../../workspace/find-workspace-dir"
},
{
"path": "../../workspace/pkgs-graph"
},
{
"path": "../../workspace/sort-packages"
},
{
"path": "../../workspace/state"
},
{
"path": "../core"
},
{
"path": "../get-context"
},
{
"path": "../modules-yaml"
}
]
}