When generating a fully default design that does not require any
measurements, the export failed because where we expect a settings
object, we get `false` instead. This guards against this scenario by
instantiating an empty object in this case.
Fixes#5430