Skip to content
本页内容

You can use excludeFiles to remove a set of specific files from the files which are watched.

json
{
  "watchOptions": {
    "excludeFiles": ["temp/file.ts"]
  }
}
{
  "watchOptions": {
    "excludeFiles": ["temp/file.ts"]
  }
}