eadolores
Version:
Desig: The Blockchain-Agnostic Multisig Solution
18 lines (17 loc) • 411 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6"],
"target": "es6",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"noEmit": true,
"allowSyntheticDefaultImports": false,
"baseUrl": ".",
"paths": {
"web3-eth-contract": ["."]
}
}
}