cibernox / svelte-intl-precompile

I18n library for Svelte.js that analyzes your keys at build time for max performance and minimal footprint
https://svelte-intl-precompile.com
ISC License
274 stars 13 forks source link

Reexport type definitions in d.ts file to enable typing #18

Closed schibrikov closed 2 years ago

schibrikov commented 2 years ago

Typescript types are now lost due to reexport from js file, here I'm also adding .d.ts file to reexport type info without build step.

cibernox commented 2 years ago

Good catch! I'll release a new version this week, hopefully after #16 is merged