ts报错提示

Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.

在 tsconfig.json加下面的配置 { "compilerOptions": { "experimentalDecorators": true, "allowJs": true } }

猜你喜欢

转载自my.oschina.net/u/3101047/blog/1630823
ts