Browse Source

chore: add "artifacts" under "exclude" array in tsconfig.json

Paul Razvan Berg 4 years ago
parent
commit
a894b85bfc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

@@ -12,7 +12,7 @@
     "strict": true,
     "target": "es5"
   },
-  "exclude": ["node_modules"],
+  "exclude": ["artifacts", "node_modules"],
   "files": ["./hardhat.config.ts"],
   "include": [
     "artifacts/**/*",