Skip to content

Commit

Permalink
allow json module imports (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Aug 30, 2024
1 parent 5d0bf4c commit 3b6e931
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/hardhat/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"target": "es2020",
"module": "commonjs",
"esModuleInterop": true,
"resolveJsonModule": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
Expand Down

0 comments on commit 3b6e931

Please sign in to comment.