-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Rollup failed to resolve import #148
Comments
same problem. Problems since upgrade of typescript from 5.4.x to 5.5.x. My tsconfig:
|
I can't get it to work, either, but switching back to TypeScript 5.4.2 doesn't seem to fix it @achimstraussdmb2bcom. FWIW, since I make extensive use of extends and TSC project references, which has been causing issues in many other tools¹, I also tried explicitly setting ¹) EDIT: I see that vite-tsconfig-paths actually takes projects references into account, so I think my suspicion is unjustified and the issue must be elsewhere. |
Add a minimal reproduction to test fixtures (see other fixtures for guidance) and submit a PR. I will take a look then. |
I am getting a "rollup failed to resolve import" error. Can you please show me what I did wrong?
vite.config.ts
tsconfig.app.json
tsconfig.json
tsc -b returns ok
When I run vite build, I get the error.
The text was updated successfully, but these errors were encountered: