NuxtN
Nuxt14mo ago
9 replies
bnason

`#shared` types. Failed to resolve extends base type.

I'm trying to use the new
#shared
functionality and have a
./shared/types/Budget.ts
file that exports multiple interfaces. I can successfully use them automatically in my code and VSCode knows about them. However, when I run the nuxt app, I get
Internal server error: [@vue/compiler-sfc] Failed to resolve extends base type.
Was this page helpful?