Skip to main content
Module

x/secp256k1/tsconfig.json

Fastest JS implementation of secp256k1. Independently audited, high-security, 0-dependency ECDSA & Schnorr signatures.
Go to Latest
File
{ "compilerOptions": { "strict": true, "target": "es2020", "module": "commonjs", "noImplicitAny": true, "removeComments": true, "preserveConstEnums": true, "resolveJsonModule": true }, "include": ["index.ts"], "exclude": ["node_modules"]}