Error: Set the experimentalDecorators option to remove this warning
问题 I'm using Cypress version 3.3.1. I'm getting the following error: Error: "TS1219: Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning." PS: I've set "experimentalDecorators": true in tsconfig.json . Tried the following but it didn't work: https://github.com/cypress-io/eslint-plugin-dev/issues/4 Code where the error is being reported: @observable public someVar: dataType; 回答1: I created