Files
lodestar/packages/reqresp/tsconfig.json
Nazar Hussain b2ebe4921b deps: upgrade tyepscript to 5.7 (#7160)
**Motivation**

Keep the deps updated.

**Description**

Use latest features provided by Typescript. See the comments below. 

**Steps to test or reproduce**

- Run all tests
2025-02-25 14:24:14 +01:00

14 lines
242 B
JSON

{
"extends": "../../tsconfig.json",
"include": ["src"],
"exclude": [
"../../node_modules/it-pipe"
],
"compilerOptions": {
"outDir": "lib",
"typeRoots": [
"../../node_modules/@types",
"../../types"
]
}
}