Subwaytime/vite-aliases

TS/JS Config Issue

Closed this issue · 1 comments

It seems that the current Setup with TS/JS Config can sometimes not properly work, due to using absolute Paths in paths option.
Also "auto import" seems to focus on global alias (if global alias is listed at first in paths), rather then folder aliases.

Possible Solution:

  • Change the base url to absolute project path
  • Change paths to relative paths

tested in Visual Studio Code

If anyone has a better idea, feel free to comment!

fixed in v0.8.6