New features
This release adds type definitions to all exports (thanks to @gaurishhs), so you can now get autocomplete suggestions in your editor.
For example, here's config.js
in VS Code:
![image](https://user-images.githubusercontent.com/1656595/265474427-61429cc4-7ff7-4d24-8421-e9a50326654c.png)
Fixed
#1058 fixed an issue with how data structures (objects) were merged, which was causing values to be overwritten in arrays nested inside an object (raised in #1057).