UNPKG
chinese-calendar
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1-rc.5.0
1.0.1-rc.4.0
1.0.1-rc.3.0
1.0.1-rc.2.0
1.0.1-rc.1.0
中国法定节假日
github.com/huangzilong/chinese-calendar-js
huangzilong/chinese-calendar-js
chinese-calendar
/
tsconfig.json
12 lines
(11 loc)
•
199 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"removeComments"
:
true
,
"noImplicitAny"
:
false
,
"strict"
:
true
,
"outDir"
:
"./lib/"
}
,
"include"
:
[
"src"
]
}