UNPKG
pause-poll
Version:
latest (0.0.30)
0.0.30
0.0.1
Promisify setTimeout & setInterval
github.com/wenfangdu/pause-poll
wenfangdu/pause-poll
pause-poll
/
tsconfig.json
10 lines
(9 loc)
•
179 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"declaration"
:
true
,
"esModuleInterop"
:
true
,
"moduleResolution"
:
"Node"
,
"target"
:
"ESNext"
}
,
"include"
:
[
"src/main.ts"
]
}