hardhat
Version:
Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
9 lines • 366 B
TypeScript
import type { NewTaskActionFunction } from "../../../../types/tasks.js";
/**
* Compile task action is an alias of the build task action, it invokes
* the build task to ensure any build overrides are properly executed when
* compile is run.
*/
declare const compileAction: NewTaskActionFunction;
export default compileAction;
//# sourceMappingURL=compile.d.ts.map