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
Describe the bug
Hello since version 0.8.22 the package is missing all type exports. I think it has to be a change made within @nuxt/module-builder or @nuxt/kit but I wanted to report it here.
Types are not being rendered and exported from dist/types.d.ts, only default is exported
Hi! @atinux#527 didn't fix the issue, as I mentioned, the problem is that weirdly ./dist/types.d.ts does not contain the type exports anymore but ./dist/module.d.ts
Describe the bug
Hello since version
0.8.22
the package is missing all type exports. I think it has to be a change made within@nuxt/module-builder
or@nuxt/kit
but I wanted to report it here.Types are not being rendered and exported from
dist/types.d.ts
, onlydefault
is exportedSee the difference:
npm: v0.8.22
npm: v0.8.21
I noticed adding
Especially the
"types": "./dist/module.d.ts"
part solves it but I don't know if this is the right thing to do.Reference from:
nuxt/ui/package.json
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
Prior
0.8.22
type exports used to work and could use them through my nuxt appPossibly related
The text was updated successfully, but these errors were encountered: