Skip to content

Commit

Permalink
fix: acceptance test tsconfig.json for implicit any types
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpubnub authored Apr 18, 2024
1 parent 050a463 commit d7cf6ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/contract/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"esModuleInterop": true,
"strict": true,
"allowJs": true,
"noEmit": true
"noEmit": true,
"noImplicitAny": false
},
"exclude": [
"../../lib"
Expand Down

0 comments on commit d7cf6ca

Please sign in to comment.