mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-08 23:28:10 -05:00
* Rename package-level-directories * Remove relative path import * Bump lock file * Fix linter error * Fix eslint exclusion rule
8 lines
115 B
JSON
8 lines
115 B
JSON
{
|
|
"extends": "../../tsconfig.build.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"outDir": "lib"
|
|
}
|
|
}
|