UNPKG
js-gp
Version:
latest (1.0.1)
1.0.1
implementation of globalplatform
js-gp
/
tsconfig.json
14 lines
(12 loc)
•
234 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"es6"
,
"noImplicitAny"
:
false
,
"module"
:
"commonjs"
,
"removeComments"
:
true
,
"sourceMap"
:
true
}
,
"exclude"
:
[
"node_modules"
]
}