Closed himself65 closed 10 months ago
Could you share your tsconfig? I'm facing the same problem, but when trying to use composite: true
It's caused by the root project ts config mixing with the composite
, incremental
. When it's setting composite: true
in your sub project it gonna have potential break the types generation. Recommendly separate that from the project which has been referenced in the sub project tsconfig.
The patch 4.4.3 is disabling it for now. Will follow up later to see if we can improve that.