Skip to main content
Module

x/bls12_381/tsconfig.json

Fastest JS implementation of BLS12-381. Auditable, secure, 0-dependency aggregated signatures & pairings
Go to Latest
File
{ "compilerOptions": { "strict": true, "target": "es2020", "module": "commonjs", "noImplicitAny": true, "removeComments": true, "preserveConstEnums": true, "noUnusedLocals": true, "noUnusedParameters": true }, "include": ["index.ts", "math.ts"]}