Ver Fonte

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

Paul Razvan Berg há 3 anos atrás
pai
commit
b4443d51b2
1 ficheiros alterados com 1 adições e 1 exclusões
  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/**/*"]
 }