Skip to content

Commit

Permalink
Accept document modification suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
HonLuk committed Jun 16, 2023
1 parent ca43c0d commit 7066914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/checkers/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Advanced object configuration table of `options.typescript`.
| root | `string` | [Vite config](https://vitejs.dev/config/#root) `root` | Root path to find tsconfig file |
| tsconfigPath | `string` | `"tsconfig.json"` | Relative tsconfig path to `root` |
| 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)) |
dev.debounce | `number` | `undefined` | Avoid multiple checks in a short time when your editor set lint on save action |
dev.debounce | `number` | `undefined` | milliseconds for debounce. Avoid multiple checks in a short time when your editor set lint on save action |

0 comments on commit 7066914

Please sign in to comment.