我有两个声明:
import background from "../../static/assets/vid/MichaelPR.mp4";
import logo from "../../static/assets/img/greatstate.png";
,当文件扩展名为.js时,不显示警告(在VS Code中查看)或错误。但是,当文件扩展名更改为.ts或.tsx(反应)时,VS Code给我红色的波浪状警告-Cannot find module '../../static/assets/vid/MichaelPR.mp4' or its corresponding type declarations.ts(2307)
。在两种情况下(JavaScript和TypeScript),应用程序的行为均相同。在运行时或编译应用程序时无错误或警告。如何使VS Code开心?