UNPKG
yescrypt-wasm
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
WebAssembly module for Yescrypt
github.com/cpuchain/yescrypt-js
cpuchain/yescrypt-js
yescrypt-wasm
/
tsconfig.build.json
8 lines
•
154 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"rootDir"
:
"./src"
,
"outDir"
:
"./lib"
,
}
,
"include"
:
[
"./src/**/*"
]
}