为什么在TSUN编辑器中声明内置Set类时会引发异常?

时间:2019-01-04 16:50:06

标签: angularjs typescript typescript2.0 typescript1.8 typescript1.5

我已使用以下命令在我的centos 7机器上安装了TSUN。然后我从终端使用命令tsun打开打字稿解释器。当尝试声明一个集合时,它将引发以下错误。

> let pets = new Set(["Cat", "Dog", "Hamster"]);

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

任何帮助表示赞赏 谢谢

0 个答案:

没有答案