The plugin generates libraries like @repo/booking/domain, which isn't valid for npm publishing.
I can modify this using --importPath, but is there a way for the plugin to handle it automatically?
Ideally, the developer would just use a simple npx nx g @angular-a.../domain --name booking command without having to adjust the import path themselves manually.
If so, can it applied to all nx-ddd-plugin versions?