I've suddenly gotten this error while building and I have no idea why this file gets compiled without TS. The source file has this, but it gets removed somehow? I'm noticing I'm lacking the knowledge to fix this and I figure it can't be an issue of Nuxt/UI since I've seen no reports about this.
ERROR(vue-tsc) Type annotations can only be used in TypeScript files. FILE /home/***/node_modules/.pnpm/@nuxt+ui@2.21.1_typescript@5.8.2_vite@6.2.3_vue@3.5.13/node_modules/@nuxt/ui/dist/runtime/components/data/Table.vue:96:129 94 | </td> 95 | <td v-for="(column, subIndex) in columns" :key="subIndex" :class="[ui.td.base, ui.td.padding, ui.td.color, ui.td.font, ui.td.size, column?.rowClass, row[column.key]?.class, column.key === 'select' && ui.checkbox.padding]">