mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-08 23:28:10 -05:00
**Motivation** Keep the deps updated. **Description** Use latest features provided by Typescript. See the comments below. **Steps to test or reproduce** - Run all tests
14 lines
242 B
JSON
14 lines
242 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["src"],
|
|
"exclude": [
|
|
"../../node_modules/it-pipe"
|
|
],
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"typeRoots": [
|
|
"../../node_modules/@types",
|
|
"../../types"
|
|
]
|
|
}
|
|
} |