UNPKG
@atharahmed/cryptomus
Version:
latest (0.3.0)
0.3.0
Node wrapper for cryptomus api
github.com/qweme32/cryptomus
qweme32/cryptomus
@atharahmed/cryptomus
/
tsconfig.json
16 lines
(15 loc)
•
223 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"module"
:
"CommonJS"
,
"target"
:
"esnext"
,
"allowJs"
:
true
,
"outDir"
:
"lib"
,
"declaration"
:
true
,
}
,
"include"
:
[
"src/*.ts"
]
,
"exclude"
:
[
"src/*.test.ts"
]
}