-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Incorrect warning about missing baseUrl
in extended tsconfig.json
#2119
Comments
You will have to provide more information than this. I don't know what you're talking about. What is wrong, and what is the desired behavior? Why is the warning incorrect? Is |
Describe the bug
The warning means vite is consuming the original tsconfig from node_modules, this is incorrect. Reproductionhttps://github.com/JounQin/test/tree/vite System InfoOutput of
Used package manager: yarn Logs
Before submitting the issue, please make sure you do the following
|
@evanw Just copied the original context from the original issue, it seems warning from https://github.com/evanw/esbuild/blob/master/internal/resolver/tsconfig_json.go#L319 |
Yes, I read the link. That's just the same information. You still aren't describing what's wrong or what the desired behavior is. It also links to a readme with a single word "test" that has no information about how to demonstrate the problem. |
Didn't I? For the reproduction, you can simply run |
Thanks. That was not evident. |
context: vitejs/vite#3758
The text was updated successfully, but these errors were encountered: