Skip to content

Commit

Permalink
fix: skipLibCheck due to viem conflict, probably with hardhat
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Apr 10, 2024
1 parent ea83699 commit 962aaa6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/contracts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"strict": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"outDir": "dist"
"outDir": "dist",
"skipLibCheck": true
},
"exclude": ["dist", "node_modules"]
}

0 comments on commit 962aaa6

Please sign in to comment.