mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-06 16:24:33 -04:00
Instead of rendering the full peer dependency issues tree during installation, suggest users run "pnpm peers check" to view the issues. Remove the now-unused @pnpm/installing.render-peer-issues package.
39 lines
638 B
JSON
39 lines
638 B
JSON
{
|
|
"extends": "@pnpm/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src",
|
|
"ignoreDeprecations": "5.0"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"../../__typings__/**/*.d.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../config/reader"
|
|
},
|
|
{
|
|
"path": "../../core/core-loggers"
|
|
},
|
|
{
|
|
"path": "../../core/error"
|
|
},
|
|
{
|
|
"path": "../../core/logger"
|
|
},
|
|
{
|
|
"path": "../../core/types"
|
|
},
|
|
{
|
|
"path": "../../installing/dedupe/issues-renderer"
|
|
},
|
|
{
|
|
"path": "../../installing/dedupe/types"
|
|
},
|
|
{
|
|
"path": "../meta"
|
|
}
|
|
]
|
|
}
|