我正在使用赛普拉斯版本“ 3.3.1”。我收到以下错误:
错误:“ TS1219:对装饰器的实验支持是一项功能,在将来的版本中可能会更改。设置'experimentalDecorators'选项以删除此警告。”
PS:我在tsconfig.json中设置了“ experimentalDecorators”:true 尝试了以下操作,但不起作用: (1)https://github.com/cypress-io/eslint-plugin-dev/issues/4
正在报告错误的代码: @observable public someVar:dataType;
答案 0 :(得分:0)
我在测试目录下创建了tsconfig.json,即“ my_project / 测试 /integration/tsconfig.json”,并将experimentalDecorators设置为true。
{ “ compilerOptions”:{ “ experimentalDecorators”:是 } }