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

41 lines
660 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": "../../object/key-sorting"
},
{
"path": "../../object/property-path"
},
{
"path": "../../packages/error"
},
{
"path": "../../packages/logger"
},
{
"path": "../../workspace/manifest-writer"
},
{
"path": "../config"
}
]
}