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

 

相关文章:

  • 2022-12-23
  • 2021-06-28
  • 2021-05-29
  • 2021-07-28
  • 2022-12-23
  • 2022-01-05
  • 2021-10-29
  • 2021-07-02
猜你喜欢
  • 2021-05-17
  • 2022-12-23
  • 2021-12-08
  • 2022-12-23
  • 2022-12-23
  • 2021-11-12
  • 2021-12-07
相关资源
相似解决方案