Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[type-compiler] Use CompilerOptions configFilePath if available to locate tsconfig's reflection option #436

Closed
marcj opened this issue Apr 15, 2023 · 0 comments
Milestone

Comments

@marcj
Copy link
Member

marcj commented Apr 15, 2023

We started handling configFilePath here

if ('string' === typeof this.compilerOptions.configFilePath && !this.compilerOptions.paths) {
,

which should also be used to read the "reflection" option. Currently it always tries to read a tsconfig.json, which fails often in a more complex monorepo

@marcj marcj added this to the Beta milestone Apr 15, 2023
@marcj marcj changed the title [Compiler] Use CompilerOptions configFilePath if available to locate tsconfig's reflection option [type-compiler] Use CompilerOptions configFilePath if available to locate tsconfig's reflection option Apr 15, 2023
@marcj marcj closed this as completed in bb2ac7e Apr 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant