UNPKG
fetch-h2-br
Version:
latest (2.0.0)
2.0.0
1.0.0
🥐 Brotli decoder to fetch-h2-br
github.com/grantila/fetch-h2-br
grantila/fetch-h2-br
fetch-h2-br
/
tsconfig.json
15 lines
(14 loc)
•
212 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"declaration"
:
true
,
"lib"
:
[
"es2015"
,
"es2017"
]
,
"outDir"
:
"dist"
,
"sourceMap"
:
true
,
"module"
:
"CommonJS"
,
"target"
:
"esnext"
}
,
"include"
:
[
"index.ts"
,
"test"
]
}