mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-08 23:28:10 -05:00
**Motivation** Check the types for test files **Description** - Add `test` folder for the `tsconfig.json` files **Steps to test or reproduce** - Run all tests
8 lines
117 B
JSON
8 lines
117 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["src", "test"],
|
|
"compilerOptions": {
|
|
"outDir": "lib"
|
|
}
|
|
}
|