gpt4 book ai didi

typescript - WebStorm 未加载特定的 tsconfig.json

转载 作者:行者123 更新时间:2023-12-04 08:19:28 31 4
gpt4 key购买 nike

我有一个使用最新版本的 WebStorm 2020.3.1 的项目。我有多个 tsconfig.json文件,但我只需要通过 WebStorm 为其中之一自动重新编译。我已按附件配置。
奇怪的是运行tsc -p ./tsconfig-electron.json工作正常。
这里有什么问题?
WebStorm TypeScript compilation
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
}

最佳答案

IDE 使用最近的 tsconfig.*.json当前文件包含在用于编译、遍历从当前文件夹到 IDE 项目根目录的文件夹层次结构中。已知名单tsconfig*.json名称模式可以在 中配置设置 |编辑 |文件类型,TypeScript 配置 .
传入的选项 设置 |语言和框架 | typescript ,选项:如果存在 tsconfig.*.json,则忽略项目中的文件,因此您无法使用此字段将自定义配置文件传递给 IDE。
相关功能请求:WEB-21414

关于typescript - WebStorm 未加载特定的 tsconfig.json,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65558243/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com