diff --git a/building/after-install/tsconfig.json b/building/after-install/tsconfig.json index 3badc52cb6..d60841ce3b 100644 --- a/building/after-install/tsconfig.json +++ b/building/after-install/tsconfig.json @@ -42,6 +42,9 @@ { "path": "../../exec/lifecycle" }, + { + "path": "../../fetching/pick-fetcher" + }, { "path": "../../installing/context" }, diff --git a/modules-mounter/daemon/tsconfig.json b/modules-mounter/daemon/tsconfig.json index f5466c071f..96c8107bcf 100644 --- a/modules-mounter/daemon/tsconfig.json +++ b/modules-mounter/daemon/tsconfig.json @@ -24,6 +24,9 @@ { "path": "../../deps/path" }, + { + "path": "../../fetching/pick-fetcher" + }, { "path": "../../lockfile/fs" }, diff --git a/store/pkg-finder/tsconfig.json b/store/pkg-finder/tsconfig.json index 456209ce1f..ca80ca788f 100644 --- a/store/pkg-finder/tsconfig.json +++ b/store/pkg-finder/tsconfig.json @@ -10,10 +10,10 @@ ], "references": [ { - "path": "../../deps/path" + "path": "../../fetching/directory-fetcher" }, { - "path": "../../fetching/directory-fetcher" + "path": "../../fetching/pick-fetcher" }, { "path": "../../resolving/resolver-base"