I create a vue3 + typescript + vite project , when I packaging a component by <script setup lang="ts">, I refer to the documents of [<script setup>](https://vuejs.org/api/sfc-script-setup.html)  but get this issue  then I tried using the following  I can see the error disappear I wonder what the reason is 🤔