0
点赞
收藏
分享

微信扫一扫

Typescript学习系列---《Set the 'experimentalDecorators' option to remove this warning. [1219]》

pipu 2022-06-27 阅读 5

Typescript学习系列---《Set the

  • 添加tsconfig.json文件
{

"compilerOptions": {

"experimentalDecorators": true, // 设置这个属性即可解决问题

"allowJs": true

}

参考:​​https://www.jianshu.com/p/53e2be3150cc​​


举报

相关推荐

0 条评论