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
I have created a PR #5 , please see if this will solve the problem.
Here is what I think: perhaps * is too complicated for the solution, as I don't think one would create some configuration like "root/*": "./src/*". Thus instead, I create a special case for empty string, i.e. "": "./src" instead.
The problem, I have this folder structure:
My
jsconfig.json
setssrc
asbaseUrl
:So I import files using this notation:
Using this plugin, I need to create an alias for all 4 subfolders and I want to say: "Every direct child inside src should be aliased".
Is that doable? Something like:
The text was updated successfully, but these errors were encountered: