环境
vue3 vite ts vscode
问题
已经配置了@表示src,项目中使用@也能正常引入组件进行使用。但是vscode中爆红,且build时vue-tsc -b 命令无法通过,提示Cannot find module '@/utils/request' or its corresponding type declarations.
代码



vue3 vite ts vscode
已经配置了@表示src,项目中使用@也能正常引入组件进行使用。但是vscode中爆红,且build时vue-tsc -b 命令无法通过,提示Cannot find module '@/utils/request' or its corresponding type declarations.


