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.
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.