UNPKG
@nodeset/contracts
Version:
alpha (0.0.10-alpha)
latest (0.0.9-alpha)
0.0.10-alpha
0.0.9-alpha
0.0.8-alpha
0.0.7-alpha
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Protocol for accessing NodeSet's Constellation Ethereum staking network
@nodeset/contracts
/
tsconfig.json
13 lines
(12 loc)
•
289 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"esModuleInterop"
:
true
,
"allowJs"
:
true
,
"outDir"
:
"dist"
,
// or any other preferred output directory,
"target"
:
"es2020"
,
"module"
:
"commonjs"
,
"forceConsistentCasingInFileNames"
:
true
,
"strict"
:
true
,
"skipLibCheck"
:
true
}
}