{
"language": "Solidity",
"sources": {
"Shop.sol": {
"urls": [
"/Users/meek/developer/mmsaki/solidity-language-server/example/Shop.sol"
]
}
},
"settings": {
"remappings": [
"@ensdomains/=node_modules/@ensdomains/",
"@openzeppelin/=lib/openzeppelin-contracts/",
"ds-test/=lib/forge-std/lib/ds-test/src/",
"forge-std/=lib/forge-std/src/",
"hardhat/=node_modules/hardhat/",
"solmate/=lib/solmate/"
],
"outputSelection": {
"*": {
"*": [
"evm.methodIdentifiers",
"evm.gasEstimates"
],
"": [
"ast"
]
}
}
}
}