瀏覽代碼

chore: add "src" to "includes" in "tsconfig.json"

Paul Razvan Berg 3 年之前
父節點
當前提交
b4443d51b2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

@@ -18,5 +18,5 @@
   },
   },
   "exclude": ["node_modules"],
   "exclude": ["node_modules"],
   "files": ["./hardhat.config.ts"],
   "files": ["./hardhat.config.ts"],
-  "include": ["tasks/**/*", "test/**/*", "types/**/*"]
+  "include": ["src/**/*", "tasks/**/*", "test/**/*"]
 }
 }