mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-09 15:48:08 -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
8 lines
115 B
JSON
8 lines
115 B
JSON
{
|
|
"extends": "../../tsconfig.build.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"outDir": "lib"
|
|
}
|
|
}
|