UNPKG
javascript-timer
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.2
Simple countdown utility to get remaining days, hours, minutes, and seconds
javascript-timer
/
tsconfig.json
13 lines
(12 loc)
•
251 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"ES2015"
,
"module"
:
"CommonJS"
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"strict"
:
true
,
"esModuleInterop"
:
true
}
,
"include"
:
[
"src"
]
,
"exclude"
:
[
"node_modules"
,
"dist"
]
}