📚 What are you trying to do?
The auto-import component should point to an ionic type right?

But VSCode only assume it is a any type.
🔍 What have you tried?
No response
ℹ️ Additional context
//index.vue
<script setup lang="ts">definePageMeta({ alias: ["/", "/overview"],})</script>
<template>
<ion-pagetranslucent>
<ion-toolbar>
<ion-title>Overview</ion-title>
</ion-toolbar>
</ion-page>
</template>//tsconfig.json
{
// https://nuxt.com/docs/guide/concepts/typescript"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"baseUrl": "",
"types": []
},
}
📚 What are you trying to do?
The auto-import component should point to an ionic type right?
But VSCode only assume it is a
anytype.🔍 What have you tried?
No response
ℹ️ Additional context