Explorar o código

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

Paul Razvan Berg %!s(int64=3) %!d(string=hai) anos
pai
achega
b4443d51b2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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/**/*"]
 }