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]的主要内容,如果未能解决你的问题,请参考以下文章

一个logstash引发的连环案,关于logstash提示:Reached open files limit: 4095, set by the 'max_open_files' op

解决Error: Can't find Python executable "python", you can set the PYTHON env variable

解决Error: Can't find Python executable "python", you can set the PYTHON env variable(示例

Appium问题解决方案- Could not find 'adb.exe' in PATH. Please set the ANDROID_HOME environment v

VSCode Node cannot launch program setting the 'outFiles' attribute might help

php 5.4.3 使用mysql.dll,存在update 无法增加列值。求教高手。