@kodex-data/multicall
Version:
`@kodex-data/multicall` is a JavaScript library that allows you to batch multiple Ethereum read-only calls into a single request, reducing the number of RPC calls and improving performance. It supports the `eth_call` method and the `multicall` contract, w
33 lines • 709 B
JSON
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"baseUrl": "./",
"declaration": true,
"declarationDir": "./types",
"emitDeclarationOnly": false,
"emitDecoratorMetadata": false,
"esModuleInterop": true,
"experimentalDecorators": false,
"forceConsistentCasingInFileNames": true,
"module": "es6",
"moduleResolution": "node",
"outDir": "./dist",
"resolveJsonModule": false,
"rootDir": "source",
"noImplicitAny": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "es6"
},
"exclude": [
"./types",
"./tests",
"./dist",
"./*.js",
"./*.d.ts"
],
"include": [
"source"
]
}