Parcourir la source

feat: bump compiler version to v0.8.6

chore: remove superfluous field "outDir" in tsconfig.json
Paul Razvan Berg il y a 4 ans
Parent
commit
ba3be19518
2 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 1
      hardhat.config.ts
  2. 0 1
      tsconfig.json

+ 1 - 1
hardhat.config.ts

@@ -75,7 +75,7 @@ const config: HardhatUserConfig = {
     tests: "./test",
   },
   solidity: {
-    version: "0.8.6",
+    version: "0.8.7",
     settings: {
       metadata: {
         // Not including the metadata hash

+ 0 - 1
tsconfig.json

@@ -6,7 +6,6 @@
     "module": "commonjs",
     "moduleResolution": "node",
     "noImplicitAny": true,
-    "outDir": "dist",
     "resolveJsonModule": true,
     "sourceMap": true,
     "strict": true,