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!
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:
paths
to relative pathstested in Visual Studio Code
If anyone has a better idea, feel free to comment!