Reproduction repo for nrwl/nx#13462
The type-only import in myapp/src/main.ts
results in the dependencies of the util package (namely, lodash
) being included in the generated package.json file produced by generatePackageJson: true
while building myapp.