mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-09 15:48:08 -05:00
7 lines
154 B
JSON
7 lines
154 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"typeRoots": ["../../node_modules/@types", "./node_modules/@types", "../../types"]
|
|
}
|
|
}
|