UNPKG
@quyse/client-zip
Version:
latest (2.4.13)
2.4.13
2.4.12
2.4.11
2.4.10
2.4.9
2.4.8
2.4.7
A tiny and fast client-side streaming ZIP generator
github.com/Touffy/client-zip
Touffy/client-zip
@quyse/client-zip
/
tsconfig.json
16 lines
(15 loc)
•
292 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"baseUrl"
:
"src"
,
"moduleResolution"
:
"node"
,
"module"
:
"ES2015"
,
"target"
:
"ES2020"
,
"strictFunctionTypes"
:
true
,
"noImplicitReturns"
:
true
,
"lib"
:
[
"WebWorker"
]
,
"paths"
:
{
"*.ts"
:
[
"*"
]
}
}
,
"include"
:
[
"src/*.ts"
]
,
}