I have a NX workspace with a NestJS API and an Angular client project (see folder structure).
It has an api-interfaces
library shared between the Angular client and the API, as appears below:
How can I add another library for constants and variables shared between client and api?