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.json

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

相關文章
相關標籤/搜索