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

86 lines
1.5 KiB
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../__utils__/prepare"
},
{
"path": "../../__utils__/test-fixtures"
},
{
"path": "../../cli/cli-utils"
},
{
"path": "../../config/config"
},
{
"path": "../../config/config-writer"
},
{
"path": "../../crypto/hash"
},
{
"path": "../../fetching/pick-fetcher"
},
{
"path": "../../fs/packlist"
},
{
"path": "../../lockfile/fs"
},
{
"path": "../../lockfile/utils"
},
{
"path": "../../packages/constants"
},
{
"path": "../../packages/error"
},
{
"path": "../../packages/logger"
},
{
"path": "../../packages/parse-wanted-dependency"
},
{
"path": "../../packages/types"
},
{
"path": "../../pkg-manager/modules-yaml"
},
{
"path": "../../pkg-manager/plugin-commands-installation"
},
{
"path": "../../pkg-manifest/read-package-json"
},
{
"path": "../../pkg-manifest/read-project-manifest"
},
{
"path": "../../store/store-connection-manager"
},
{
"path": "../../store/store-path"
},
{
"path": "../../workspace/filter-packages-from-dir"
},
{
"path": "../../workspace/read-manifest"
},
{
"path": "../apply-patch"
}
]
}