1

VS Code は のファイルから CSS リンター警告を報告しますnode_modules。でチェックを無効にするにはどうすればよいnode_modulesですか? これは私のjsconfig.jsonファイルです(重要な場合):

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

0 に答える 0