Sfoglia il codice sorgente

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

Paul Razvan Berg 3 anni fa
parent
commit
b4443d51b2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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/**/*"]
 }