UNPKG
await-semaphore
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
Awaitable semaphore/mutex
github.com/notenoughneon/await-semaphore
notenoughneon/await-semaphore
await-semaphore
/
tsconfig.json
13 lines
(12 loc)
•
198 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"sourceMap"
:
true
}
,
"exclude"
:
[
"node_modules"
,
"typings/browser"
,
"typings/browser.d.ts"
]
}