nxext / nx-extensions

Nx Extension for StencilJs, SvelteJS, SolidJS, Ionic and VueJs
MIT License
451 stars 100 forks source link

Stencil: Always get 'Cannot find tsconfig.base.json' #1083

Open oliveirarafa opened 2 months ago

oliveirarafa commented 2 months ago

I don't know what I'm doing wrong but after creating a nx workspace I install @nxext/stencil and try to run nx g @nxext/stencil:lib core-components --buildable I get an error Cannot find tsconfig.base.json. Do i have to create it manually? What I put in it?

I use the following dependencies:

"@nx/js": "18.0.0",
"@nxext/stencil": "^18.0.0",
"nx": "18.0.0"