UNPKG
react-yan-progress
Version:
latest (0.2.0)
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
This is a cascading progress bar component based on react
react-yan-progress
/
tsconfig.json
11 lines
•
317 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions"
: {
//
"outDir"
:
"./build/"
,
//
"sourceMap"
:
true
,
"noImplicitAny"
:
true
,
"module"
:
"esnext"
,
"target"
:
"es6"
,
"jsx"
:
"react"
,
"moduleResolution"
:
"node"
,
//
https:
/
/github.com/
DefinitelyTyped
/
DefinitelyTyped
/issues/
24788
} }