diff --git a/tsconfig.json b/tsconfig.json index 0ff17b0..cb8b8bb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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"]