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
if it's gonna help you somehow you gotta pass an options object and define name property which would be your d.ts file. But beat it, it's not working anyway. This plugin and documentation just sucks
But you can try to do something like that
svelteDts({name: "dist/types.d.ts"})
or just define it in "types" prop in your package.json, cuz it uses it by default. Idk, i've been trying to make it work for like 2 hours and no success. Just find another package which works
Hi guys!
I've added this library to a project but Im receiving this error, I dont know what I did wrong.
[!] (plugin svelte-dts) TypeError: Cannot read properties of undefined (reading 'output')
My rollup config looks like this:
The text was updated successfully, but these errors were encountered: