浏览代码

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

Paul Razvan Berg 4 年之前
父节点
当前提交
a894b85bfc
共有 1 个文件被更改,包括 1 次插入1 次删除
  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/**/*",