美文网首页
remove experimentalDecorators wa

remove experimentalDecorators wa

作者: 思考蛙 | 来源:发表于2020-01-16 08:52 被阅读0次

    Create tsconfig.json file in the root directory of your project and include the following options.

    {
        "compilerOptions": {
            "experimentalDecorators": true,
            "allowJs": true
        }
    }
    

    相关文章

      网友评论

          本文标题:remove experimentalDecorators wa

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