Nuxt 4 with Content Module v3 `nuxt.config.tx` issue
Using VS Code/Codium there is a
I'm currently using:
My
There are no conflicts in my
FYI, I'm happy to simply remove the section, but interestingly enough, code highlighting only works if I configure the content section (and simply ignore the errors). If there's a better way to accommodate it, I'm open.
nuxt.config IDE error when adding a content:{} section to the config. The error is as follows:I'm currently using:
My
tsconfig.json looks like:There are no conflicts in my
package.json. At this point I'm really not sure what to look for. Any insights?FYI, I'm happy to simply remove the section, but interestingly enough, code highlighting only works if I configure the content section (and simply ignore the errors). If there's a better way to accommodate it, I'm open.
