I noticed TS displaying errors when adding the sitemap property to your nuxt config when wrapped in defineNuxtConfig(). I decided to take a look and noticed this module doesn't expose any TS types yet. I made a first attempt, but I'm not very familiar with this codebase, so there's probably still a lot wrong with it. I haven't fully tested this in an actual Nuxt project yet either. Hopefully this is still helpful though :smile:.
I noticed TS displaying errors when adding the
sitemap
property to your nuxt config when wrapped indefineNuxtConfig()
. I decided to take a look and noticed this module doesn't expose any TS types yet. I made a first attempt, but I'm not very familiar with this codebase, so there's probably still a lot wrong with it. I haven't fully tested this in an actual Nuxt project yet either. Hopefully this is still helpful though :smile:.