You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| tsconfigPath |`string`|`"tsconfig.json"`| Relative tsconfig path to `root`|
25
25
| 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