@nuxtjs/robots, defineNuxtConfig option `robots` is not recognized
As the title says. The robots key in the config file throws a TS error after installing the module.
Object literal may only specify known properties, and 'robots' does not exist in type 'InputConfig<NuxtConfig, ConfigLayerMeta>'.ts(2345)