Skip to content

Commit 265e475

Browse files
committed
chore: trying to disable noUnusedLocals on ERTP issue
1 parent 14f7cb8 commit 265e475

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tsconfig.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"compilerOptions": {
3+
"noUnusedLocals": false
4+
},
5+
"include": [
6+
"node_modules/@agoric/ertp/src/types.ts"
7+
]
8+
}
9+

0 commit comments

Comments
 (0)