Skip to content

Commit

Permalink
feat: enable infer_type_names by-default (#3198)
Browse files Browse the repository at this point in the history
  • Loading branch information
laststylebender14 authored Dec 5, 2024
1 parent 607d52f commit a789775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/config/transformer/preset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ impl Preset {
Self {
merge_type: 0.0,
tree_shake: false,
infer_type_names: false,
infer_type_names: true,
unwrap_single_field_types: true,
}
}
Expand Down

0 comments on commit a789775

Please sign in to comment.