Skip to content

Commit

Permalink
fix: viem types compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
70nyIT committed Feb 16, 2024
1 parent da049f8 commit aba2a96
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const project = new typescript.TypeScriptProject({
deps: [
'@noble/[email protected]',
'@safe-global/[email protected]',
'[email protected].6',
'[email protected].9',
],
devDeps: [
'[email protected]',
Expand All @@ -33,6 +33,8 @@ const project = new typescript.TypeScriptProject({
'example/**/*',
],
compilerOptions: {
// needed due to bug with viem types. In the future, try to remove it and run npx projen build to see if viem types are fixed
skipLibCheck: true,
lib: [
'es2019', 'dom',
],
Expand Down
2 changes: 1 addition & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion tsconfig.dev.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion tsconfig.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aba2a96

Please sign in to comment.