Files
pnpm/packages/render-peer-issues/tsconfig.json
Zoltan Kochan aa33269f9f fix: peer dependency rules should not change the lockfile (#7758)
* fix: peer dependency rules should not change the lockfile

* test: fix

* fix: hide peer issues warning if there nothing to report
2024-03-13 17:55:18 +01:00

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
}