소스 검색

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,
     "strict": true,
     "target": "es5"
     "target": "es5"
   },
   },
-  "exclude": ["node_modules"],
+  "exclude": ["artifacts", "node_modules"],
   "files": ["./hardhat.config.ts"],
   "files": ["./hardhat.config.ts"],
   "include": [
   "include": [
     "artifacts/**/*",
     "artifacts/**/*",