Files
pnpm/tools/plugin-commands-self-updater/tsconfig.json

47 lines
766 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../__utils__/prepare"
},
{
"path": "../../cli/cli-meta"
},
{
"path": "../../cli/cli-utils"
},
{
"path": "../../config/config"
},
{
"path": "../../env/path"
},
{
"path": "../../exec/pnpm-cli-runner"
},
{
"path": "../../packages/error"
},
{
"path": "../../pkg-manager/client"
},
{
"path": "../../pkg-manager/link-bins"
},
{
"path": "../../pkg-manifest/read-project-manifest"
},
{
"path": "../path"
}
]
}