Files
pnpm/cli/cli-utils/tsconfig.json

39 lines
657 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../config/config"
},
{
"path": "../../config/package-is-installable"
},
{
"path": "../../packages/error"
},
{
"path": "../../packages/types"
},
{
"path": "../../pkg-manifest/manifest-utils"
},
{
"path": "../../pkg-manifest/read-project-manifest"
},
{
"path": "../cli-meta"
},
{
"path": "../default-reporter"
}
],
"composite": true
}