UNPKG
@stablelib/sha3
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
SHA-3 cryptographic hash function
github.com/StableLib/stablelib/tree/master/packages/sha3
@stablelib/sha3
/
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"
]
}