I've been trying to convert some components in my app from react to vue and i ran into an issue where, for some reason, vue's compiler can't find astro:content. It happened only in Vue component and not React component so its not a "astro:content was not installed type of issue". Also for some reason it asked me to install typescript even tho it should be able to pull astro's typescript i think.
Here's the link for repo: https://github.com/JohnBakhmat/johnbakhmat.tech/blob/vue/src/components/BlogView.vue
also weird thing, i have this path: Astro Page -> BlogView.vue -> Post.vue, and error is thrown in Post. I would think it is supposed to break at BlogView coz both import this type