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

41 lines
671 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../typings/**/*.d.ts"
],
"references": [
{
"path": "../../privatePackages/prepare"
},
{
"path": "../cli-utils"
},
{
"path": "../config"
},
{
"path": "../parse-wanted-dependency"
},
{
"path": "../pick-registry-for-package"
},
{
"path": "../plugin-commands-installation"
},
{
"path": "../read-package-json"
},
{
"path": "../read-project-manifest"
},
{
"path": "../store-connection-manager"
}
]
}