1

VS Code 报告来自node_modules. 如何禁用签入node_modules?这是我的jsconfig.json文件(如果重要的话):

{
  "compilerOptions": {
    "target": "ES6",
    "module": "commonjs"
  },
  "exclude": [
    "node_modules"
  ],
  "include": [
  ]
}
4

0 回答 0