mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-10 08:08:16 -05:00
* Add eth_getCode support for the prover * Move some functions to a utility file * Add more unit tests * Add unit test for getCode * Cleanup fixture files * Update the tsconfig
13 lines
332 B
JSON
13 lines
332 B
JSON
{
|
|
"extends": "./tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"emitDeclarationOnly": false,
|
|
"incremental": false,
|
|
// Required to run benchmark command from root directory
|
|
"typeRoots": ["node_modules/@types", "./types"],
|
|
"noEmit": true,
|
|
// To be used in the test fixtures
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|