Skip to content

Commit

Permalink
feat: ethereum-steth-v2 remove unnecessary ts compiler configs
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyWh1te committed Jan 26, 2024
1 parent a39e0a2 commit 28db487
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ethereum-steth-v2/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
{
"extends": "@tsconfig/node20/tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"baseUrl": ".",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noImplicitAny": true,
"resolveJsonModule": true
"outDir": "dist"
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit 28db487

Please sign in to comment.