Files
pnpm/lockfile/lockfile-utils/tsconfig.json

27 lines
436 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../packages/dependency-path"
},
{
"path": "../../packages/types"
},
{
"path": "../../resolving/resolver-base"
},
{
"path": "../lockfile-types"
}
],
"composite": true
}