好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

webstorm 调试 typescript

 {
      "  compilerOptions  "  : {
          "  target  " :  "  es5  "  ,
          "  outFile  " :  "  bin-debug/main.js  "  ,
          "  experimentalDecorators  " :  true  ,
          "  sourceMap  " :  true  ,
          "  lib  "  : [
              "  es6  "  ,
              "  dom  "  
        ]
    },
      "  exclude  "  : [
          "  node_modules  "  ,
          "  bin-debug  "  ,
          "  bin-release  "  
    ]
} 

egret项目中tsconfig.json 应该是上面的样子。

 

查看更多关于webstorm 调试 typescript的详细内容...

  阅读:57次