eBayClassifiedsGroup / update-ts-references

Helper for multi-package repository with TypeScript
MIT License
46 stars 6 forks source link

way to opt out of reference for certain packages #8

Closed naseemkullah closed 3 years ago

naseemkullah commented 3 years ago

Hello,

here is my use case: I have two types of packages that I put in two folders, namely foo and bar, that each contain many packages. The foo packages do not contain any shared code and will never be referred to by other packages, though the foo packages will often refer to the packages within bar, where shared libs exist. Is there a way to avoid packages from foo being added as references in the base tsconfig?

naseemkullah commented 3 years ago

I think I'm just confused, closing for now.