mirror of
https://github.com/Instadapp/smart-contract.git
synced 2024-07-29 22:08:07 +00:00
14 lines
272 B
JSON
14 lines
272 B
JSON
{
|
|
"contractsDir": "contracts",
|
|
"artifactsDir": "docs",
|
|
"contracts": "*",
|
|
"compilerSettings": {
|
|
"optimizer": { "enabled": false },
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": ["abi","devdoc"]
|
|
}
|
|
}
|
|
}
|
|
}
|