qwikifiers / qwik-nx

Nx plugin for Qwik
130 stars 23 forks source link

no tsconfig.base.json is being added #90

Closed shairez closed 1 year ago

shairez commented 1 year ago

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