You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Based on doces and VS Code docs it's easy to add a
jsconfig.json
file to the root of my project and add a couple of static path aliases there.But what if I want to dynamically add aliases?
For example, let's say I want to find all of the top-level directories inside the
components
directory and for each of them I want to add an alias.Is it possible to somehow do it dynamically?
Beta Was this translation helpful? Give feedback.
All reactions