svelte-dts
svelte-dts copied to clipboard
Typescript declaration generator for svelte with typescript
Hi. It would by nice to allow the user to specify the input origin, for example: ```js export default { input: 'src/index.js', plugins: [ svelteDts({ input: "src/index.js" }), // or...
Hi, would you consider adding Vite support ? ```js 19:52:32 [vite] vite.config.js changed, restarting server... error when starting dev server: TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string....
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...