### Vue version 3.4.21 ### Link to minimal reproduction https://stackblitz.com/edit/vitejs-vite-uqa6ny ### Steps to reproduce 1. 在 `constant.tsx` 中定义类型“HelloWorldProps” 2. 在 `HelloWorld.vue` 中导入“HelloWorldProps”,省略 `constant.tsx` 的文件扩展名 3. `defineProps<>` 使用“HelloWorldProps” ### What is expected? 应用正常运行 ### What is actually happening? 终端报错: ``` [plugin:vite:vue] [@vue/compiler-sfc] Failed to resolve import source "xxxx" ``` ### System Info _No response_ ### Any additional comments? _No response_