普华永道(PwC) 长期招聘各种软件开发,管理岗位,可全年在家办公, 全年假期优厚。有意者可邮件联系 julia_faneast@163.com 职位简介

Could not find a declaration file for module 'module-name'. '/path/to/module-name.js' implicitly has an 'any' type

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

// tsconfig.json

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

 

posted @ 2021-06-07 14:14  julia_faneast  阅读(1794)  评论(0编辑  收藏  举报