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

fix: Parse tsconfig #242

Merged
merged 3 commits into from Sep 24, 2021
Merged

Conversation

AndrewLeedham
Copy link
Contributor

@AndrewLeedham AndrewLeedham commented Sep 13, 2021

fixes: #241

Fully parses found tsconfig so things like extends are resolved by the TypeScript API. This is the same way react-docgen-typescript does things when using withCustomConfig instead of withCompilerOptions.

@AndrewLeedham AndrewLeedham marked this pull request as ready for review September 13, 2021 23:25
@AndrewLeedham AndrewLeedham requested a review from a team as a code owner September 13, 2021 23:25
Copy link
Contributor

@michaeltaranto michaeltaranto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense. Thanks for doing this 👏

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

Successfully merging this pull request may close these issues.

TypeScript configurations not fully parsed
2 participants