我遇到了错误:
Error TS1056: Accessors are only available when targeting ECMAScript 5 and higher
我用打字稿,黄瓜和柏树。
这是我的演示项目:
https://github.com/mareru/cypress-cucumber-example/tree/typscript-support
我搜索了错误,并在tsconfig.json
文件中做了所有建议的操作,但似乎无济于事。
请检出项目并帮助解决此错误。
我不确定我在做什么错。
请帮忙。非常感谢。
答案 0 :(得分:1)
将tsconfig.json
文件移动到项目的根目录,以便赛普拉斯可以在其上拾取文件。