We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58af400 commit 6f85316Copy full SHA for 6f85316
packages/tsconfig-reference/scripts/tsconfigRules.ts
@@ -202,7 +202,7 @@ function trueIf(name: string) {
202
203
export const defaultsForOptions = {
204
...Object.fromEntries(
205
- ts.optionDeclarations.map((option) => [
+ [...ts.optionDeclarations, ...ts.optionsForWatch].map((option) => [
206
option.name,
207
typeof option.defaultValueDescription === "object"
208
? option.defaultValueDescription.message
0 commit comments