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

[again] esbuild does not properly resolve extends field in tsconfig.json #368

Closed
neves opened this issue Sep 5, 2020 · 2 comments
Closed

Comments

@neves
Copy link

neves commented Sep 5, 2020

Following #279

Now I'm having the opposite problem:
https://gist.github.com/neves/05b17fce65cdc3c92010537a162b3c25
"extends": "@tsconfig/recommended" works!
but
"extends": "@tsconfig/recommended/tsconfig.json" doesn't.

Implemented here and broked here
the order was changed.

@evanw
Copy link
Owner

evanw commented Sep 5, 2020

I'm guessing you're on Windows. Is that right? I can reproduce the problem on Windows using esbuild version 0.6.28. This problem has already been fixed in version 0.6.29. I believe this is the issue you are experiencing: #359. Can you try again with the latest version of esbuild to see if the problem has already been fixed?

@evanw
Copy link
Owner

evanw commented Oct 28, 2020

Closing this for now. As I said above, I believe this has already been fixed.

@evanw evanw closed this as completed Oct 28, 2020
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

2 participants