-
Notifications
You must be signed in to change notification settings - Fork 28.3k
fix(next-config-ts): Resolve compilerOptions from extends (#74888) #74914
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
base: canary
Are you sure you want to change the base?
Conversation
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
6e6a57b
to
ca17754
Compare
Thank you for the PR! Could you write an E2E test? |
8b58076
to
03cd9d2
Compare
@devjiwonchoi Fixed a possible infinite loop when reading through my initial code. I'm not very familiar with writing e2e tests for stuff like this, but hope it suffices. If you have any suggestions/improvements, let me know, I'd be happy to include them! |
bce2860
to
c7f0d92
Compare
@devjiwonchoi Bumping to check if this suffices |
c7f0d92
to
465fe71
Compare
@leerob Could you maybe take a look? |
465fe71
to
2deddf1
Compare
Updated
lazilyGetTSConfig
to try and resolve compilerOptions from extends in tsconfig files. Fixes #74888