Add type information for new functions.

This commit is contained in:
Sander Declerck 2025-11-03 11:47:59 +01:00
parent be6a6dccd9
commit 932ea6b8f9
No known key found for this signature in database
3 changed files with 14 additions and 3 deletions

View file

@ -9,7 +9,8 @@
"scripts": {
"test": "npm run test --workspace=packages/safe-chain --workspace=packages/safe-chain-bun",
"test:e2e": "npm run test --workspace=test/e2e",
"lint": "npm run lint --workspace=packages/safe-chain"
"lint": "npm run lint --workspace=packages/safe-chain",
"typecheck": "npm run typecheck --workspace=packages/safe-chain"
},
"repository": {
"type": "git",