Răsfoiți Sursa

chore: move files under "files" field in tsconfig.json

Paul Razvan Berg 4 ani în urmă
părinte
comite
eff7b270de
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      tsconfig.json

+ 2 - 2
tsconfig.json

@@ -13,6 +13,7 @@
     "target": "es5"
     "target": "es5"
   },
   },
   "exclude": ["node_modules"],
   "exclude": ["node_modules"],
+  "files": ["./hardhat.config.ts"],
   "include": [
   "include": [
     "artifacts/**/*",
     "artifacts/**/*",
     "artifacts/**/*.json",
     "artifacts/**/*.json",
@@ -20,7 +21,6 @@
     "tasks/**/*",
     "tasks/**/*",
     "test/**/*",
     "test/**/*",
     "typechain/**/*",
     "typechain/**/*",
-    "types/**/*",
-    "hardhat.config.ts"
+    "types/**/*"
   ]
   ]
 }
 }