Closed danielroe closed 2 months ago
resolves https://github.com/nuxt/module-builder/issues/308
with directory indices, currently we output a JS file like this:
export * from "./star/index.mjs";
and a declaration like this:
export * from "./star.mjs";
This PR normalises the DTS generation so both have /index appended.
/index
resolves https://github.com/nuxt/module-builder/issues/308
with directory indices, currently we output a JS file like this:
and a declaration like this:
This PR normalises the DTS generation so both have
/index
appended.