sibiraj-s / svelte-tiptap

Svelte components for tiptap v2
https://sibiraj-s.github.io/svelte-tiptap/
MIT License
225 stars 18 forks source link

Typescript types are not in the dist #2

Closed chanced closed 3 years ago

chanced commented 3 years ago

All that is being generated is index.js and index.js.map.

chanced commented 3 years ago

Would you consider migrating the package to kit? I can get the types generating out package asis, using rollup but svekit package generates types for components as well.

sibiraj-s commented 3 years ago

I haven't used sveltekit yet. and not sure if it is capable of building libraries.

chanced commented 3 years ago

It is. https://kit.svelte.dev/docs#packaging

Here is a component I built with it: https://github.com/chanced/filedrop-svelte

sibiraj-s commented 3 years ago

Awesome. I can give it a go today.

sibiraj-s commented 3 years ago

Migrated to svelte-kit. Published in v0.4.0

github-actions[bot] commented 4 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in the thread.