解决方案:在tsconfig.json中加入下面红色标注的一行配置

// tsconfig.json

{
  "compileOnSave": false,
  "compilerOptions": {
    ........
    "noImplicitAny": false,
  },
.....
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-14
  • 2021-05-14
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-31
  • 2021-10-01
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案