Publishing AngularOutputTargets with the Stencil library

I’m working on a Design System developed with Stencil. Now I need to provide the output targets for different frameworks like Angular and React. I’ve noticed that all of the tutorials out there assumes that the AngularOutputTargets, for example, must be generated directly into an Angular library. Doing so means I need to publish my Angular (Wrapper) Library to NPM as well.

Isn’t there a way to include the output targets directly with the original package without the need for a wrapper library?