UNPKG
async-lz-string
Version:
latest (1.1.0)
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
LZ-based compression algorithm
github.com/jackbister/async-lz-string/
jackbister/async-lz-string
async-lz-string
/
tsconfig.json
9 lines
(8 loc)
•
134 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"compilerOptions"
:
{
"lib"
:
[
"es5"
,
"es6"
,
"dom"
]
,
"module"
:
"commonjs"
,
"sourceMap"
:
true
,
"target"
:
"es5"
}
}