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 b6cebb3 commit 745fcd6Copy full SHA for 745fcd6
pages/docs/manual/latest/build-configuration.mdx
@@ -192,6 +192,9 @@ The warning numbers are shown in the build output when they're triggered. See [W
192
193
Extra flags to pass to the compiler. For advanced usages.
194
195
+- `-open ABC` opens the module `ABC` for each file in the project.
196
+- `-w -45` enable or disable certain compiler warnings. In this example, `-45` means to disable warning number 45.
197
+
198
## gentypeconfig
199
200
To enable genType, set `"gentypeconfig"` at top level in the project's `rescript.json`.
0 commit comments