## Background - Monorepo로 개발하다보면 알게모르게 import되어 circular dependency가 발생할 수도 있습니다. - ex) utils -> ui-components, ui-components -> utils - 빌드 전에 각 모듈간 dependency가 되지 않아야함을 인지하기 위함. ## Description - 태그 설정 후 project.json에 constraints를 추가하여 프로젝트간 미리 제한을 설정해둡니다. - https://nx.dev/structure/monorepo-tags#imposing-constraints-on-the-project-graph