摘要: 1.背景 2.解决 在tsconfig.json文件中添加配置 "noImplicitAny": false, "allowJs": true, 或者使用 require 来导入文件 阅读全文
posted @ 2023-05-26 10:37 岑惜 阅读(1157) 评论(0) 推荐(0)