qwikifiers/qwik-nx

no tsconfig.base.json is being added

shairez opened this issue · 0 comments

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:

  1. run pnpx create-nx-workspace
  2. Choose the "packages project" option
  3. run pnpx add -D qwik-nx
  4. 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