Skip to content

Commit 6f85316

Browse files
committed
document defaults for tsconfig watch options
1 parent 58af400 commit 6f85316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tsconfig-reference/scripts/tsconfigRules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ function trueIf(name: string) {
202202

203203
export const defaultsForOptions = {
204204
...Object.fromEntries(
205-
ts.optionDeclarations.map((option) => [
205+
[...ts.optionDeclarations, ...ts.optionsForWatch].map((option) => [
206206
option.name,
207207
typeof option.defaultValueDescription === "object"
208208
? option.defaultValueDescription.message

0 commit comments

Comments
 (0)