UNPKG
count-up-es-react
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
CountUp AnimationNumber
github.com/riosF/count-up
riosF/CountUp
count-up-es-react
/
tsconfig.json
14 lines
(13 loc)
•
253 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"esnext"
,
"module"
:
"esnext"
,
"moduleResolution"
:
"node"
,
"jsx"
:
"react"
,
"esModuleInterop"
:
true
,
"types"
:
[
"jest"
]
,
"strict"
:
true
,
"skipLibCheck"
:
true
,
"declaration"
:
true
}
}