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

39 lines
674 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../__utils__/test-fixtures"
},
{
"path": "../../lockfile/lockfile-file"
},
{
"path": "../../lockfile/prune-lockfile"
},
{
"path": "../../pkg-manifest/exportable-manifest"
},
{
"path": "../../pkg-manifest/read-project-manifest"
},
{
"path": "../../workspace/find-workspace-dir"
},
{
"path": "../error"
},
{
"path": "../types"
}
],
"composite": true
}