Skip to content

Commit 1a7152b

Browse files
committed
Update the reanalyze component of the build schema.
1 parent 02ff4c9 commit 1a7152b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/docson/build-schema.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,13 @@
8383
"type": "string"
8484
},
8585
"description": "Any specific paths inside suppressed folders that you want to unsuppress. Example: [\"src/bindings/SomeBinding.res\"]."
86+
},
87+
"transitive": {
88+
"type": "boolean",
89+
"description": "specify whether transitively dead items should be reported (default: false)"
8690
}
87-
}
91+
},
92+
"additionalProperties": false
8893
},
8994
"react-jsx-version": {
9095
"title": "jsx-version",

0 commit comments

Comments
 (0)