Files
pnpm/config/plugin-commands-config/tsconfig.json
2025-02-16 11:59:36 +01:00

35 lines
543 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": "../../packages/error"
},
{
"path": "../../packages/logger"
},
{
"path": "../config"
}
]
}