You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
The text was updated successfully, but these errors were encountered: