Swap-Aggregator-Subgraph/node_modules/web3-utils/tsconfig.json
2022-07-03 07:27:35 +05:30

11 lines
169 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./lib",
"esModuleInterop": true
},
"include": [
"./src"
]
}