Because I don't want auto-layer discovery (I want some layers, some times) - I've put them in a non-standard dir name - each with their own nuxt.config. The issue with that is vue-tsc is whining about module options not being available e.g.
@nuxt/image
@nuxt/image
/
config.image
config.image
^
image
image
doesn't exist. I can make the errors go away in my IDE by adding a
tsconfig
tsconfig
{ "extends": "../../.nuxt/tsconfig.json"}
{ "extends": "../../.nuxt/tsconfig.json"}
But vue-tsc still whines. Do I need to provide options to each layer config's