Error Exporting Enum from NPM Workspace in Angular-Nest Project
I’m working on an Angular-Nest project using a monorepo structure with multiple workspaces. I am trying to export an enum from the types workspace and use it in the server workspace, but I’m encountering an error.