vscode 提示Set the 'experimentalDecorators' option to remove this warning. [1219]
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vscode 提示Set the 'experimentalDecorators' option to remove this warning. [1219]相关的知识,希望对你有一定的参考价值。
参考技术A 看了网上的许多方法,主要是添加tsconfig.json文件,然后加入如下配置就可以完美解决了。"compilerOptions":
"experimentalDecorators": true,
"allowJs": true
重新打开vscode编辑器就不会显示那条红线了。
但其实只要打开vscode,点击左下角的设置,搜索experimentalDecorators,把框勾选上就可以了,简单解决问题,并不需要那么麻烦。
以上是关于vscode 提示Set the 'experimentalDecorators' option to remove this warning. [1219]的主要内容,如果未能解决你的问题,请参考以下文章