美文网首页
React 增强js和ts兼容性可以这样做

React 增强js和ts兼容性可以这样做

作者: GloryMan | 来源:发表于2023-02-20 15:29 被阅读0次

    在js和ts项目中变量总要明确定义其类型,我们可以这样做,看个人意愿并不是行业规定

    在 tsconfig.json 中 修改

      "compilerOptions": {
        "noImplicitAny": false,
     }
    

    修改前

    image.png

    修改后

    image.png

    相关文章

      网友评论

          本文标题:React 增强js和ts兼容性可以这样做

          本文链接:https://www.haomeiwen.com/subject/rdgzwrtx.html