League-of-Foundry-Developers / foundry-vtt-types

Unofficial type declarations for the Foundry Virtual Tabletop API
MIT License
112 stars 54 forks source link

Make CONFIG more configurable #2593

Open LukeAbby opened 2 months ago

LukeAbby commented 2 months ago

Sub-properties on CONFIG aren't very configurable because of limitations in declaration merging.

Refactor out all sub-properties that should be configurable into interfaces but keep around the defaults in case there's no configuration going on.

LukeAbby commented 1 month ago

When we do this make sure to follow up with ARgits from #1590 of the change