diff options
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..9032a7e --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,3 @@ +[env] +TS_RS_EXPORT_DIR = { value = "./packages/ui-new/src/types/bindings", relative = true } +TS_RS_LARGE_INT = "number" |