mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-06 05:58:20 -05:00
42 lines
723 B
JSON
42 lines
723 B
JSON
{
|
|
"extends": "@pnpm/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"../../__typings__/**/*.d.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../fs/hard-link-dir"
|
|
},
|
|
{
|
|
"path": "../../packages/calc-dep-state"
|
|
},
|
|
{
|
|
"path": "../../packages/core-loggers"
|
|
},
|
|
{
|
|
"path": "../../packages/types"
|
|
},
|
|
{
|
|
"path": "../../patching/apply-patch"
|
|
},
|
|
{
|
|
"path": "../../pkg-manager/link-bins"
|
|
},
|
|
{
|
|
"path": "../../pkg-manifest/read-package-json"
|
|
},
|
|
{
|
|
"path": "../../store/store-controller-types"
|
|
},
|
|
{
|
|
"path": "../lifecycle"
|
|
}
|
|
],
|
|
"composite": true
|
|
}
|