Files
pnpm/lockfile/utils/tsconfig.json
2024-07-28 01:35:40 +02:00

29 lines
463 B
JSON

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