UNPKG
pausable-timer
Version:
latest (1.0.3)
1.1.2
1.0.3
1.0.2
1.0.1
1.0.0
一个可随时暂停以及恢复的定时器
github.com/pandavips/pausable-timer
pandavips/pausable-timer
pausable-timer
/
tsconfig.json
13 lines
(12 loc)
•
253 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
: {
"target"
:
"ES2016"
,
"module"
:
"ESNext"
,
//
"types"
: [
"jest"
],
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"strict"
:
true
,
"noImplicitAny"
:
false
,
"skipLibCheck"
:
true
} }