[@vue/compiler-sfc] Failed to resolve extends base type.
ive consolidated common types within my components and shifted them all to a types folder where they're auto imported. these types are designed to be composable with consuming base types. however when attempting to extend base types i now get this error
one of my types looks like the following, where all the
ive uninstalled and reinstalled everything, there's no third party libraries from my side being used in this implementation. surely this has to be a bug. am i honestly expected to add this
one of my types looks like the following, where all the
extends interfaces are auto imported from the types folder.ive uninstalled and reinstalled everything, there's no third party libraries from my side being used in this implementation. surely this has to be a bug. am i honestly expected to add this
/* @vue-ignore */ hack to all my extended types?