UNPKG
aladinnetwork-blockstack
Version:
latest (1.0.1)
1.0.1
1.0.0
The Aladin Javascript library for authentication, identity, and storage.
aladinnetwork.org
aladinnetwork-blockstack
/
tsconfig.json
16 lines
(15 loc)
•
281 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"moduleResolution"
:
"node"
,
"esModuleInterop"
:
true
,
"declaration"
:
true
,
"noImplicitAny"
:
false
,
"outDir"
:
"lib"
,
"sourceMap"
:
true
}
,
"include"
:
[
"src"
]
}