can we have an option to have all @types only on root package.json of monorepo?
sibelius opened this issue · 6 comments
sibelius commented
jeffijoe commented
Would it make sense to make this the default behavior instead? I never used monorepos so I don't know the workflow.
sibelius commented
For me yes, not sure for everybody else
vijaybritto commented
What happens when different versions of the same package exist? How will code editors figure out that we require v1 of types in a package and v2 in other?
socksrust commented
Types should be hooked into the root package.json
only if they have same version for all packages.
sibelius commented
we always try to upgrade all packages to the same versions