Эх сурвалжийг харах

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

Paul Razvan Berg 3 жил өмнө
parent
commit
b4443d51b2
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

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