Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
Skipping the lib check till the following issues identified here are resolved:
 - web3/web3.js#6162
 - web3/web3.js#6185
  • Loading branch information
Muhammad-Altabba authored Jun 11, 2023
1 parent bb42490 commit acdec65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"strict": true,
"strictNullChecks": true,
"outDir": "lib",
"esModuleInterop": true
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src/**/*"]
}
}

0 comments on commit acdec65

Please sign in to comment.