mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
16 lines
237 B
JSON
16 lines
237 B
JSON
{
|
|
"language": "Solidity",
|
|
"sources": {
|
|
"C": {"urls": ["standard_outputs_on_compilation_error/in.sol"]}
|
|
},
|
|
"settings": {
|
|
"optimizer": {"enabled": true},
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": ["*"],
|
|
"": ["*"]
|
|
}
|
|
}
|
|
}
|
|
}
|