Values.ReactStartCodegenJobDataSourceDescribes the code generation job configuration for a React project.
type nonrec t = {module_ : JSModule.t option;The JavaScript module type.
*)target : JSTarget.t option;The ECMAScript specification to use.
*)script : JSScript.t option;The file type to use for a JavaScript project.
*)renderTypeDeclarations : Boolean.t option;Specifies whether the code generation job should render type declaration files.
*)inlineSourceMap : Boolean.t option;Specifies whether the code generation job should render inline source maps.
*)apiConfiguration : ApiConfiguration.t option;The API configuration for the code generation job.
*)dependencies : ReactCodegenDependencies.t option;Lists the dependency packages that may be required for the project code to run.
*)}