3.0.1 • Published 4 years ago
@typescript-tools/hoisted-packages v3.0.1
hoisted-packages
Determine packages
lerna bootstrap --hoistwill hoist
Install
npm install @typescript-tools/hoisted-packagesAPI
export function hoistedPackages(
  root: string,
): TE.TaskEither<PackageManifestsError, Map<PackageName, PackageVersion>>