美文网首页
Cannot find name ‘Set‘. Do you n

Cannot find name ‘Set‘. Do you n

作者: zlzbt | 来源:发表于2021-05-17 14:26 被阅读0次

错误提示:Cannot find name 'Set'. Do you need to change your target library? Try changing the lib compiler option to 'es2015' or later.

错误截图

图一

错误解决方案:找到项目中tsconfig.json 将 target:es5 修改为 es6 如下图所示

图二

再次执行即可

相关文章

网友评论

      本文标题:Cannot find name ‘Set‘. Do you n

      本文链接:https://www.haomeiwen.com/subject/vrsjjltx.html