Replies: 1 comment 2 replies
-
does typescript itself work with nested references and do you have a usecase/example for this? I'd rather avoid spending more work in parsing tsconfig files that don't apply to the input file |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
It seems that
tsconfck
only handles the first level of references, so with nesting likeonly the
tsconfig.a.json
will be available in thereferenced
property of thetsconfig.json
, buttsconfig.nested.json
won't be available in thereferenced
property of thetsconfig.a.json
.Is it intentional behavior and if so, is the only way to handle such cases to run the parsing manually for each nested config?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions