hardhat
Version:
Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
11 lines (10 loc) • 390 B
text/typescript
import "../../../builtin-tasks/check";
import "../../../builtin-tasks/clean";
import "../../../builtin-tasks/compile";
import "../../../builtin-tasks/console";
import "../../../builtin-tasks/flatten";
import "../../../builtin-tasks/help";
import "../../../builtin-tasks/node";
import "../../../builtin-tasks/run";
import "../../../builtin-tasks/vars";
import "../../../builtin-tasks/test";