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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
It seems that
tsconfckonly handles the first level of references, so with nesting likeonly the
tsconfig.a.jsonwill be available in thereferencedproperty of thetsconfig.json, buttsconfig.nested.jsonwon't be available in thereferencedproperty 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