Files
pnpm/exec/plugin-commands-script-runners/tsconfig.json

92 lines
1.6 KiB
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../__utils__/prepare"
},
{
"path": "../../__utils__/test-ipc-server"
},
{
"path": "../../cli/cli-utils"
},
{
"path": "../../cli/command"
},
{
"path": "../../cli/common-cli-options-help"
},
{
"path": "../../config/config"
},
{
"path": "../../config/pick-registry-for-package"
},
{
"path": "../../crypto/hash"
},
{
"path": "../../deps/status"
},
{
"path": "../../env/path"
},
{
"path": "../../env/plugin-commands-env"
},
{
"path": "../../packages/core-loggers"
},
{
"path": "../../packages/error"
},
{
"path": "../../packages/logger"
},
{
"path": "../../packages/parse-wanted-dependency"
},
{
"path": "../../packages/types"
},
{
"path": "../../pkg-manager/client"
},
{
"path": "../../pkg-manager/package-bins"
},
{
"path": "../../pkg-manager/plugin-commands-installation"
},
{
"path": "../../pkg-manifest/read-package-json"
},
{
"path": "../../pkg-manifest/read-project-manifest"
},
{
"path": "../../store/store-path"
},
{
"path": "../../workspace/filter-packages-from-dir"
},
{
"path": "../../workspace/filter-workspace-packages"
},
{
"path": "../../workspace/sort-packages"
},
{
"path": "../lifecycle"
}
]
}