I recently started using the Atom editor alongside the atom-typescript package for an ongoing project, and I keep encountering this warning message.
There is experimental support for decorators that may change in upcoming releases. To remove this warning, set the 'experimentalDecorators' option accordingly.
I have tried adding "experimentalDecorators": true
to the compilerOptions
in
~/.atom/packages/atom-typescript/lib/tsconfig.json
, but it didn't make a difference. What steps should I take to resolve this warning?