TS报错:Could not find a declaration file for module 解决办法:在tsconfig.ts文件中编写 declare module ‘你引用报错的文件包’ 问题就解决啦