mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 15:38:06 -05:00
* refactor Operational packages * fix: refactor operations package to use oclif * adjusting Dockerfile * adjusting github action * Update all-tools.yml Signed-off-by: Andrei A. <andrei.alexandru@consensys.net> * adjusting github action --------- Signed-off-by: Andrei A. <andrei.alexandru@consensys.net> Co-authored-by: VGau <victorien.gauch@consensys.net>
16 lines
355 B
JSON
16 lines
355 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"module": "ES2022",
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"strict": true,
|
|
"target": "es2022",
|
|
"moduleResolution": "Node",
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
},
|
|
"include": ["./src/**/*"],
|
|
"exclude": ["node_modules", "dist"]
|
|
} |