Files
lodestar/packages/light-client/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

6 lines
150 B
JSON

{
"extends": "../../tsconfig.json",
"include": ["src", "test"],
"exclude": ["src/index.browser.ts", "test/unit/webEsmBundle.browser.test.ts"]
}