Fix TodoCover.svelte types
src/lib/TodoCover.svelte derives resolvedMeta with a {} fallback, which
then conflicts with the snippet and string types it feeds.
Confirmed Problem
- 42:37 — Type 'unknown' is not assignable to type 'Snippet<[...]> | undefined'.
- 45:31 — Type '{}' is not assignable to type 'string'.
Read next
