How to use inline tsconfig only without auto lookup #3909
Unanswered
AllanZhengYP
asked this question in
Q&A
Replies: 0 comments
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.
-
In our monorepo setup. we use the inline ts compiler options, because we try to avoid creating one extra tsconfig like
tsconfig.test.ts. However, when using the inline compiler options, the monorepo project roottsconfig.jsonalways affect the compiler option of individual packages.Is there a way to use inline-compiler options only without auto look up the root tsconfig.json?
Beta Was this translation helpful? Give feedback.
All reactions