Implement NIP-44: secure versioned replacement for NIP4 (#221)

This commit is contained in:
Paul Miller
2023-09-30 01:43:48 +02:00
committed by GitHub
parent c73268c4e2
commit eb0a9093f2
6 changed files with 424 additions and 51 deletions

View File

@@ -9,6 +9,7 @@
"skipLibCheck": true,
"esModuleInterop": true,
"emitDeclarationOnly": true,
"resolveJsonModule": true,
"outDir": "lib",
"rootDir": ".",
"allowImportingTsExtensions": true