Skip to main content
Question

Is it possible to use BigInt in TS in a Figma plugin?

  • February 23, 2023
  • 0 replies
  • 370 views

Alex_FG

I have crypto code I use for authentication and I’d like to move it over to the realm sandbox, but it uses BigInt. I tried setting target and lib to es2020 in tsconfig.js, but that didn’t help.

This topic has been closed for replies.