mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-26 15:59:26 -05:00
* feat: print warnings if unknown settings are found in .npmrc close #2981 * feat: pnpm takes all cmd config option * fix: add more sources * refactor: make some improvements * fix: don't warn about @scope:registry Co-authored-by: Zoltan Kochan <z@kochan.io>
38 lines
556 B
JSON
38 lines
556 B
JSON
{
|
|
"extends": "@pnpm/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"../../typings/**/*.d.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../cli-meta"
|
|
},
|
|
{
|
|
"path": "../config"
|
|
},
|
|
{
|
|
"path": "../default-reporter"
|
|
},
|
|
{
|
|
"path": "../error"
|
|
},
|
|
{
|
|
"path": "../manifest-utils"
|
|
},
|
|
{
|
|
"path": "../package-is-installable"
|
|
},
|
|
{
|
|
"path": "../read-project-manifest"
|
|
},
|
|
{
|
|
"path": "../types"
|
|
}
|
|
]
|
|
}
|