UNPKG
@foundry-rs/easy-foundryup
Version:
latest (0.1.3)
0.1.3
0.1.2
Install and manage foundryup
github.com/foundry-rs/hardhat
foundry-rs/hardhat
@foundry-rs/easy-foundryup
/
src
/
tsconfig.json
11 lines
(10 loc)
•
203 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"../../../config/typescript/tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"../dist"
,
"rootDirs"
:
[
"."
]
,
"composite"
:
true
}
,
"include"
:
[
"./**/*.ts"
]
,
"exclude"
:
[
]
}