I get this error
Experimental support for decorators is a feature that is subject
to change in a future release. Set the 'experimentalDecorators'
option to remove this warning.
only in newly created files. I tried all solutions like setting typescript.tsdk
option and others . I see the same error in both VSCode and Atom editor.
As you can see below screenshot , errors happen in only new files.
I edit existing file with same content and there is no error.