Files
pnpm/packages/make-dedicated-lockfile/tsconfig.json

38 lines
580 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../typings/**/*.d.ts"
],
"references": [
{
"path": "../../privatePackages/prepare"
},
{
"path": "../error"
},
{
"path": "../exportable-manifest"
},
{
"path": "../find-workspace-dir"
},
{
"path": "../lockfile-file"
},
{
"path": "../prune-lockfile"
},
{
"path": "../read-project-manifest"
},
{
"path": "../types"
}
]
}