Files
pnpm/config/plugin-commands-config/tsconfig.json

30 lines
459 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../__utils__/prepare"
},
{
"path": "../../cli/cli-utils"
},
{
"path": "../../exec/run-npm"
},
{
"path": "../../packages/error"
},
{
"path": "../config"
}
],
"composite": true
}