Skip to content

Commit 7066914

Browse files
committed
Accept document modification suggestions
1 parent ca43c0d commit 7066914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/checkers/typescript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ Advanced object configuration table of `options.typescript`.
2323
| root | `string` | [Vite config](https://vitejs.dev/config/#root) `root` | Root path to find tsconfig file |
2424
| tsconfigPath | `string` | `"tsconfig.json"` | Relative tsconfig path to `root` |
2525
| buildMode | `boolean` | `false` | Add [`--build`](https://www.typescriptlang.org/docs/handbook/project-references.html) to `tsc` flag, note that `noEmit` does NOT work if `buildMode` is `true` ([#36917](https://github.com/microsoft/TypeScript/issues/36917)) |
26-
dev.debounce | `number` | `undefined` | Avoid multiple checks in a short time when your editor set lint on save action |
26+
dev.debounce | `number` | `undefined` | milliseconds for debounce. Avoid multiple checks in a short time when your editor set lint on save action |

0 commit comments

Comments
 (0)