UNPKG

nostr-relaypool

Version:

A Nostr RelayPool implementation in TypeScript using only nostr-tools library as a dependency.

24 lines (18 loc) 466 B
{ "compilerOptions": { "module": "esnext", "target": "esnext", "lib": ["dom", "dom.iterable", "esnext", "webworker", "scripthost"], "declaration": true, "strict": true, "moduleResolution": "node", "esModuleInterop": true, "skipLibCheck": true, "emitDeclarationOnly": true, "importsNotUsedAsValues": "error", "preserveValueImports": true, "isolatedModules": true, "outDir": "dist", "rootDir": ".", } }