How does vs code remove the decorator warning?

clipboard.png
vs code

:

clipboard.png

  1. true
  2. jsconfig

clipboard.png
how exactly do you set up to remove warnings?


also encountered this problem. The, VS Code version is 1.24.1. The solution is to set it in menu file-> preferences-> Settings and user settings:

.
"problems.decorations.enabled": false,
"javascript.implicitProjectConfig.experimentalDecorators": true,


does the landlord have any warning tips for solving the problem? I have also tried all kinds of methods, but there is no

Menu