Describe the bug
We cannot generate a Stencil library in an Nx TypeScript Setup.

NX deprecated time ago the packaged-based monorepo type and the closest we have now for packaged monorepos type will be initializing Nx as a TypeScript/JavaScript project with minimal structure.

To Reproduce
- Start a new Nx workspace as TypeScript/JavaScript project
- Add
@nxext/stencil dependency
- Generate a Stencil library:
npx nx g @nxext/stencil:library ...
Expected behavior
The library should be generated as expected
Additional context
Add any other context about the problem here.
Describe the bug
We cannot generate a Stencil library in an Nx TypeScript Setup.
NX deprecated time ago the packaged-based monorepo type and the closest we have now for packaged monorepos type will be initializing Nx as a TypeScript/JavaScript project with minimal structure.
To Reproduce
@nxext/stencildependencynpx nx g @nxext/stencil:library ...Expected behavior
The library should be generated as expected
Additional context
Add any other context about the problem here.