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 14, 2025
1 parent 053c0d8 commit 5336567
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 5336567

Please sign in to comment.