no tsconfig.base.json is being added
shairez opened this issue · 0 comments
shairez commented
Describe the bug
when qwik-nx is added to a nx workspace and generating a qwik app - no tsconfig.base.json
is being added
To Reproduce
Steps to reproduce the behavior:
- run
pnpx create-nx-workspace
- Choose the "packages project" option
- run
pnpx add -D qwik-nx
- run
nx generate qwik-nx:application qwik-demo-app
see that there's no tsconfig.base.json
Expected behavior
to generate a tsconfig.base.json