ts strict: true and noUnusedLocals: true - v1.0.5

had to do one @ts-ignore because .d.ts file for tweetnacl_mod.js are not going to happen
This commit is contained in:
stjet
2024-12-14 04:36:46 +00:00
parent 9dc83286f2
commit 295e180553
6 changed files with 33 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "banani",
"version": "1.0.4",
"version": "1.0.5",
"description": "JS/TS library for the Banano cryptocurrency in the style of bananopie",
"main": "main.js",
"scripts": {
@@ -27,6 +27,7 @@
},
"homepage": "https://github.com/stjet/banani#readme",
"devDependencies": {
"@types/blake2b": "^2.1.3",
"esbuild": "^0.21.4",
"prettier": "3.3.2",
"typedoc": "^0.25.13",