UNPKG
react-datepicker-enhanced
Version:
latest (3.0.16)
3.0.16
react datepicker component. (include persian jalaali calendar)
react-datepicker-enhanced
/
jsconfig.json
13 lines
•
218 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"ES6"
,
"module"
:
"commonjs"
,
"experimentalDecorators"
:
true
}
,
"include"
:
[
"src/**/*"
]
,
"exclude"
:
[
"node_modules"
]
}