t34*_*575 3 webstorm typescript
我有一个使用最新版本的WebStorm 2020.3.1的项目。我有多个tsconfig.json文件,但我只需要通过 WebStorm 自动重新编译其中一个。我已经按照附件配置了。
奇怪的是跑步tsc -p ./tsconfig-electron.json效果很好。
这里有什么问题呢?
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"sourceMap": true,
"outDir": "electron-dist",
"rootDir": "electron-src",
"removeComments": true,
"strict": true
},
"exclude": [
"node_modules",
"dist",
"src",
"e2e"
],
"declaration": true
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
3031 次 |
| 最近记录: |