smart-contract/compiler.json

14 lines
272 B
JSON
Raw Permalink Normal View History

2019-04-06 12:49:08 +00:00
{
"contractsDir": "contracts",
"artifactsDir": "docs",
"contracts": "*",
"compilerSettings": {
"optimizer": { "enabled": false },
"outputSelection": {
"*": {
"*": ["abi","devdoc"]
}
}
}
}