web3-core-helpers
Version:
Web3 core tools helper for sub packages. This is an internal package.
18 lines (17 loc) • 411 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6"],
"target": "es6",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"noEmit": true,
"allowSyntheticDefaultImports": false,
"baseUrl": ".",
"paths": {
"web3-core-helpers": ["."]
}
}
}