fix: bigint type confusion
All checks were successful
Update changelog / changelog (push) Successful in 25s

This commit is contained in:
2026-01-03 12:02:03 +01:00
parent 413aa8994a
commit 518eeec8e8
3 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"es2021"
],
"types": ["node"],
"target": "es2021",
"target": "esnext",
"module": "commonjs",
"moduleResolution": "node",
"outDir": "./build",