UNPKG
react-datepicker-enhanced
Version:
latest (3.0.16)
3.0.16
react datepicker component. (include persian jalaali calendar)
react-datepicker-enhanced
/
.vscode
/
tasks.json
15 lines
•
323 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"version"
:
"2.0.0"
,
"tasks"
: [ {
"label"
:
"build"
,
"command"
:
"dotnet"
,
"type"
:
"process"
,
"args"
: [
"build"
,
"
${workspaceFolder}
/BCore/BCore.csproj"
],
"problemMatcher"
:
"
$msCompile
"
} ] }