Description
overlay-files are currently expanded during individual config file loading, in loadProjectConfigFile() via applyOverlayFiles()(introduced by #249).
Overlay-files expansion should be moved out of the top-level config file loader and make it closer to component resolution without threading permissiveConfigParsing through merge/validation functions.
Description
overlay-filesare currently expanded during individual config file loading, inloadProjectConfigFile()viaapplyOverlayFiles()(introduced by #249).Overlay-files expansion should be moved out of the top-level config file loader and make it closer to component resolution without threading
permissiveConfigParsingthrough merge/validation functions.