mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-10 03:07:30 -04:00
* fix: peer dependency rules should not change the lockfile * test: fix * fix: hide peer issues warning if there nothing to report
27 lines
404 B
JSON
27 lines
404 B
JSON
{
|
|
"extends": "@pnpm/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"../../__typings__/**/*.d.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../config/matcher"
|
|
},
|
|
{
|
|
"path": "../../config/parse-overrides"
|
|
},
|
|
{
|
|
"path": "../error"
|
|
},
|
|
{
|
|
"path": "../types"
|
|
}
|
|
],
|
|
"composite": true
|
|
}
|