UNPKG
@stablelib/chacha
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.1
1.0.0
0.7.2
0.5.0
0.2.5
0.0.1
ChaCha stream cipher
github.com/StableLib/stablelib/tree/master/packages/chacha
@stablelib/chacha
/
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"
]
}