Skip to content

Commit

Permalink
Change BigInt Behavior to String (BigInt returning empty bindings file)
Browse files Browse the repository at this point in the history
  • Loading branch information
johncarmack1984 committed Nov 29, 2024
1 parent 8a5b0d3 commit 6490963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taurpc/src/export.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub(super) fn export_types(

specta_util::export()
.export_to(specta_typescript::Typescript::default()
.bigint(BigIntExportBehavior::BigInt)
.bigint(BigIntExportBehavior::String)
.formatter(specta_typescript::formatter::biome), path)
.unwrap();

Expand Down

0 comments on commit 6490963

Please sign in to comment.