Skip to content

Commit

Permalink
chore: trying to disable noUnusedLocals on ERTP issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Jan 20, 2025
1 parent 14f7cb8 commit 265e475
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"compilerOptions": {
"noUnusedLocals": false
},
"include": [
"node_modules/@agoric/ertp/src/types.ts"
]
}

0 comments on commit 265e475

Please sign in to comment.