gpt4 book ai didi

visual-studio-code - VSCode jsconfig.json 给出 ts 错误 指定编译的根文件

转载 作者:行者123 更新时间:2023-12-04 14:04:58 29 4
gpt4 key购买 nike

我已经在 stackoverflow 上寻找答案 jsconfig.json gives ts errors .
我试过:

  • 套装
  • "exclude": ["node_modules"]
    在 jsconfig.json 中
  • 套装
  • "noEmit": true 
    在 jsconfig.json 中的“compilerOptions”
  • 删除 node_modules 和 package-lock.json 并在 npm install 之后
  • npm install --save @types/dotenv
    没有任何帮助:(
    我只处理 js 文件或 jsx。我的操作系统 ubuntu (Focal Fossa)。有人向我解释错误的来源。它与 TypeScript 有什么关系。如何彻底摆脱它?除了上面已经做的事情,我还能做什么?
    完整的错误信息是:
    {
    "resource": "path/jsconfig.json",
    "owner": "typescript",
    "severity": 8,
    "message": "File 'path/node_modules/agent-base/dist/src/index' not found.\n The file is in the program because:\n Root file specified for compilation",
    "source": "ts",
    "startLineNumber": 1,
    "startColumn": 1,
    "endLineNumber": 1,
    "endColumn": 2
    }

    最佳答案

    您可以使用以下方法作为 Visual Studio 中的解决方法。
    文件 > 首选项 > 设置,在搜索栏中键入“typescript validate”,然后取消选中结果。

    关于visual-studio-code - VSCode jsconfig.json 给出 ts 错误 指定编译的根文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68879795/

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