在VS Code中开发使用装饰器的新功能,编辑器会报错
Experimental support for decorators is a feature that is subject to change in a future release.
Set the 'experimentalDecorators' option to remove this warning.
编辑器会提示在tsconfig.json或者jsconfig.json中配置移除这个警告,但是在两个文件都配置这个规则但是编辑器还是提示,最后发现只有在setting设置才有用
解决方法:
打开setting,输入experimental Decorators,然后勾选对应的选项再回到编辑器就不会提示问题了