mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-29 12:31:52 -04:00
* chore: remove no-op composite property * chore: remove top-level composite property from existing files
41 lines
707 B
JSON
41 lines
707 B
JSON
{
|
|
"extends": "@pnpm/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"../../__typings__/**/*.d.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../fs/read-modules-dir"
|
|
},
|
|
{
|
|
"path": "../../lockfile/filter-lockfile"
|
|
},
|
|
{
|
|
"path": "../../lockfile/lockfile-types"
|
|
},
|
|
{
|
|
"path": "../../lockfile/lockfile-utils"
|
|
},
|
|
{
|
|
"path": "../../packages/core-loggers"
|
|
},
|
|
{
|
|
"path": "../../packages/dependency-path"
|
|
},
|
|
{
|
|
"path": "../../packages/types"
|
|
},
|
|
{
|
|
"path": "../../store/store-controller-types"
|
|
},
|
|
{
|
|
"path": "../remove-bins"
|
|
}
|
|
]
|
|
}
|