Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.json
在 tsconfig.json加下面的配置 { "compilerOptions": { "experimentalDecorators": true, "allowJs": true } }this