UNPKG
ilp
Version:
latest (14.1.0)
14.1.0
14.0.0
12.0.1
12.0.0
11.4.0
11.3.1
11.3.0
11.2.5
11.2.4
11.2.3
11.2.2
11.2.1
11.2.0
11.1.0
11.0.0
10.3.0
10.2.0
10.1.3
10.1.2
10.1.1
10.1.0
10.0.3
10.0.2
10.0.1
10.0.0
9.0.1
9.0.0
8.2.2
8.2.1
8.2.0
8.1.0
8.0.1
8.0.0
7.1.1
7.1.0
7.0.0
6.3.0
6.2.0
6.1.0
6.0.0
5.3.0
5.2.0
5.1.0
5.0.2
5.0.1
5.0.0
4.0.2
4.0.1
4.0.0
3.0.0
2.0.0
1.0.0
0.0.0
ILP client library for sending and receiving payments
github.com/interledgerjs/ilp
interledgerjs/ilp
ilp
/
tsconfig.json
15 lines
(14 loc)
•
318 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"target"
:
"es2015"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"noImplicitAny"
:
true
,
"removeComments"
:
true
,
"moduleResolution"
:
"node"
,
"sourceMap"
:
true
,
"inlineSources"
:
true
,
"strictNullChecks"
:
true
,
"suppressImplicitAnyIndexErrors"
:
true
}
}