jcayzacJ
Deno2d ago
jcayzac

Map */ to */index.ts?

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