UNPKG
use-async-queue
Version:
latest (3.0.1)
3.0.1
3.0.0
2.1.5
2.1.3
2.1.2
2.1.1
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.0
1.0.0
github.com/sandinmyjoints/use-async-queue
use-async-queue
/
jsconfig.json
20 lines
(19 loc)
•
292 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"compilerOptions"
:
{
"target"
:
"es2017"
,
"allowSyntheticDefaultImports"
:
true
,
"noEmit"
:
true
,
"allowJs"
:
true
,
"checkJs"
:
false
,
"lib"
:
[
"dom"
,
"es2017"
]
}
,
"exclude"
:
[
"local_notes"
,
"node_modules"
,
"indium"
,
"notes"
]
}