When defining aliases, you need to include the actual path. So instead of ["components/*"], it needs to be ["./path/to/components/*"]
["components/*"]
["./path/to/components/*"]