Files
lodestar/packages/logger/tsconfig.json
Nazar Hussain 9f78c9dad8 chore: fix broken type check for test files (#7567)
**Motivation**

Check the types for test files

**Description**

- Add `test` folder for the `tsconfig.json` files

**Steps to test or reproduce**

- Run all tests
2025-03-13 13:47:22 +00:00

8 lines
117 B
JSON

{
"extends": "../../tsconfig.json",
"include": ["src", "test"],
"compilerOptions": {
"outDir": "lib"
}
}