Map */ to */index.ts?
With import maps, is it possible to map any import path ending with
Since import maps, unlike
/ to the same path + index.ts ?Since import maps, unlike
compilerOptions.paths, don't accept * placeholders, I guess not?