uncenter / eleventy-plugin-icons

✨ A plugin for Eleventy to add and transform icons from any icon set.
https://www.npmjs.com/package/eleventy-plugin-icons
MIT License
11 stars 0 forks source link

fix(types): make all optional options properties optional #110

Closed uncenter closed 2 months ago

uncenter commented 2 months ago

Closes #109.

uncenter commented 2 months ago

@nathonius, I think this fixes it from what I can tell locally. I went with the deep partial route, sourced & modified from https://www.totaltypescript.com/tips/use-deep-partials-to-help-with-mocking-an-entity. I also added a Prettify helper so that the type looks readable as a consumer, otherwise it looks messy.