updated to typescript v5 (for compatibility with web3-onboard)

This commit is contained in:
hueso
2025-03-04 18:35:58 -03:00
parent 0f17a67e00
commit d5f9c8f6fa
3 changed files with 131 additions and 74 deletions

View File

@@ -25,6 +25,9 @@
"esnext",
"dom"
],
"preserveValueImports": false,
"importsNotUsedAsValues": "remove",
"verbatimModuleSyntax": true
},
"references": [
{