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 应该是上面的样子。

 

posted on 2017-08-07 11:24  老豆浆  阅读(757)  评论(0编辑  收藏  举报

导航