OptionalconcurrencyOptionaldirtySchemas whose files must be rebuilt. 'all' rebuilds every schema
(used by --skipdb file-only runs). A Set rebuilds only those schemas
plus any schema whose file is missing. An omitted / empty set with
existing files is the fast path: skip the string-build entirely.
OptionalparallelAssemble independent schema files in parallel. Defaults to true.
OptionalperWhen true (the default), emit one TypeScript file per schema plus a thin barrel. When false, emit the historical single monolith.
OptionalwriteSkip the disk write when bytes are identical. Defaults to true.
Max schemas to assemble in parallel. Defaults to 8.