mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-23 22:38:32 -05:00
* fix: init-package-manager * fix: don't add packageManager=false to package.json * refactor: create object.key-sorting * test: fix * fix: sort fields in package.json
41 lines
658 B
JSON
41 lines
658 B
JSON
{
|
|
"extends": "@pnpm/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"../../__typings__/**/*.d.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../__utils__/prepare"
|
|
},
|
|
{
|
|
"path": "../../__utils__/test-fixtures"
|
|
},
|
|
{
|
|
"path": "../../cli/cli-meta"
|
|
},
|
|
{
|
|
"path": "../../cli/cli-utils"
|
|
},
|
|
{
|
|
"path": "../../config/config"
|
|
},
|
|
{
|
|
"path": "../../object/key-sorting"
|
|
},
|
|
{
|
|
"path": "../../pkg-manifest/write-project-manifest"
|
|
},
|
|
{
|
|
"path": "../error"
|
|
},
|
|
{
|
|
"path": "../types"
|
|
}
|
|
]
|
|
}
|