UNPKG
earthswap-lib
Version:
latest (4.0.1)
4.0.1
1.1.2
1.1.1
📖 Solidity libraries that are shared across Uniswap contracts
uniswap.org
Uniswap/uniswap-lib
earthswap-lib
/
tsconfig.json
10 lines
(9 loc)
•
157 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"resolveJsonModule"
:
true
}
}