Hi, I don't really like having hyphenated key in my nuxt.config.json. Would it be possible to add support for camelCase key too ? ```diff - 'google-gtag': { + googleGtag: { id: 'UA-some-id', }, ```