smart-contract/compiler.json
2019-04-06 18:19:08 +05:30

14 lines
272 B
JSON

{
"contractsDir": "contracts",
"artifactsDir": "docs",
"contracts": "*",
"compilerSettings": {
"optimizer": { "enabled": false },
"outputSelection": {
"*": {
"*": ["abi","devdoc"]
}
}
}
}