UNPKG

eadolores

Version:

Desig: The Blockchain-Agnostic Multisig Solution

18 lines (17 loc) 402 B
{ "compilerOptions": { "module": "commonjs", "lib": ["es6"], "target": "es6", "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "noEmit": true, "allowSyntheticDefaultImports": false, "baseUrl": ".", "paths": { "web3-net": ["."] } } }