Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option in your 'tsconfig' or 'jsconfig' to remove this warning
//In the tsconfig.json add this:
"compilerOptions": {
"experimentalDecorators": true
},