Files
pnpm/fetching/directory-fetcher/tsconfig.json
2026-01-08 18:17:57 +01:00

41 lines
691 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../__utils__/test-fixtures"
},
{
"path": "../../exec/pkg-requires-build"
},
{
"path": "../../fs/packlist"
},
{
"path": "../../packages/logger"
},
{
"path": "../../packages/types"
},
{
"path": "../../pkg-manifest/read-project-manifest"
},
{
"path": "../../resolving/resolver-base"
},
{
"path": "../../store/cafs-types"
},
{
"path": "../fetcher-base"
}
]
}