UNPKG
whatwg-stream-to-async-iter
Version:
latest (0.6.2)
0.6.2
0.6.1
0.6.0
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
github.com/qwtel/whatwg-stream-to-async-iter
qwtel/whatwg-stream-to-async-iter
whatwg-stream-to-async-iter
/
tsconfig.cjs.json
19 lines
•
325 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"compilerOptions"
:
{
"lib"
:
[
"ES2020"
,
"ES2018.AsyncIterable"
,
"WebWorker"
]
,
"target"
:
"ES2015"
,
"moduleResolution"
:
"Node"
,
"outDir"
:
"cjs"
,
"importHelpers"
:
true
,
"module"
:
"CommonJS"
,
"esModuleInterop"
:
true
}
,
"include"
:
[
"index.ts"
]
,
"exclude"
:
[
]
,
}