UNPKG
@stablelib/xchacha20
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.1
1.0.0
0.1.1
XChaCha20 stream cipher
github.com/StableLib/stablelib/tree/master/packages/xchacha20
@stablelib/xchacha20
/
tsconfig.json
11 lines
(10 loc)
•
168 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"../../configs/tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"lib"
,
}
,
"exclude"
:
[
"node_modules"
,
"lib"
]
}