Adds `skipLibCheck: true` to ethereum tsconfig.

This commit is contained in:
Sebastián Claudio Nale 2023-01-13 13:49:52 -03:00 committed by Joe Howarth
parent ce4eaf75e2
commit a7fb5b46e9
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"types": ["mocha", "chai"],
"typeRoots": ["./node_modules/@types"],
"lib": ["es2020"],
"skipLibCheck": true,
"module": "CommonJS",
"target": "es2020",
"esModuleInterop": true,