mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-31 02:58:12 -05:00
* chore: create @pnpm/logger * fix: workaround typescript error * chore: update manifests * chore(deps): link @pnpm/logger from workspace
53 lines
901 B
JSON
53 lines
901 B
JSON
{
|
|
"extends": "@pnpm/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"../../__typings__/**/*.d.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../deps/graph-sequencer"
|
|
},
|
|
{
|
|
"path": "../../fs/hard-link-dir"
|
|
},
|
|
{
|
|
"path": "../../packages/calc-dep-state"
|
|
},
|
|
{
|
|
"path": "../../packages/core-loggers"
|
|
},
|
|
{
|
|
"path": "../../packages/logger"
|
|
},
|
|
{
|
|
"path": "../../packages/types"
|
|
},
|
|
{
|
|
"path": "../../patching/apply-patch"
|
|
},
|
|
{
|
|
"path": "../../patching/types"
|
|
},
|
|
{
|
|
"path": "../../pkg-manager/link-bins"
|
|
},
|
|
{
|
|
"path": "../../pkg-manifest/read-package-json"
|
|
},
|
|
{
|
|
"path": "../../store/store-controller-types"
|
|
},
|
|
{
|
|
"path": "../../worker"
|
|
},
|
|
{
|
|
"path": "../lifecycle"
|
|
}
|
|
]
|
|
}
|