UNPKG
eth-janus
Version:
latest (0.0.1)
0.0.1
Indirection service
eth-janus
/
tsconfig.json
17 lines
•
342 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"lib"
:
[
"es5"
,
"es6"
,
"dom"
]
,
"noImplicitAny"
:
false
,
"sourceMap"
:
true
,
"outDir"
:
"build"
,
"declaration"
:
true
}
,
"exclude"
:
[
"node_modules"
,
"build"
,
"config"
,
"release"
]
}