Skip to content

Commit

Permalink
chore: use lib es2020
Browse files Browse the repository at this point in the history
Most of our repositories use lib es2020 (e.g. for Array.includes), and there are no known compatibility issues we resolve by using es6 here
  • Loading branch information
kkirka authored Sep 11, 2024
1 parent b51a85e commit c632bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"resolveJsonModule": true,
"sourceMap": true,
"strict": true,
"target": "es6",
"target": "es2020",
"outDir": "dist",
"paths": {
"@nomiclabs/hardhat-ethers": ["node_modules/hardhat-deploy-ethers"]
Expand Down

0 comments on commit c632bb7

Please sign in to comment.