UNPKG
hardhat-dependency-compiler
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Compile Solidity sources directly from NPM dependencies
ItsNickBarry/hardhat-dependency-compiler
hardhat-dependency-compiler
/
dist
/
hardhat.config.d.ts
11 lines
(10 loc)
•
182 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
'./src/index'
;
declare
const
_default
: {
solidity
: {
version
:
string
; };
dependencyCompiler
: {
paths
:
string
[]; }; };
export
default
_default;