ourzora / nft-components

NFT Rendering Components
GNU General Public License v3.0
100 stars 36 forks source link

make configuration recursive partial #21

Closed iainnash closed 3 years ago

iainnash commented 3 years ago

Currently typescript throws an error if a style tree is not complete. This removes that error since partial objects can be merged safely into full objects.