我已使用以下命令在我的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.
任何帮助表示赞赏 谢谢