-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Clear and concise description of the problem
By having Typescript integration in Vite, I kind of assumed all tsconfig features would work out-of-the-box. While migrating from Next.js I discovered that Vite is lacking support for paths resolving. I noticed that many of my friends did that as well, although I would be in favour of adding a full typescript features support.
Suggested solution
Add native support for paths resolutions similar to: https://www.npmjs.com/package/vite-tsconfig-paths
Alternative
Document lack of this feature in Typescript section and recommend using: https://www.npmjs.com/package/vite-tsconfig-paths
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation