When porting the example set-ups to TypeScript in #230, I noticed that type definitions were missing for svelte-highlight/languages/* and svelte-highlight/styles/*.
This PR generates the types as part of the library building process. Component definitions are auto-generated by svelte2tsx.
When porting the example set-ups to TypeScript in #230, I noticed that type definitions were missing for
svelte-highlight/languages/*
andsvelte-highlight/styles/*
.This PR generates the types as part of the library building process. Component definitions are auto-generated by
svelte2tsx
.