UNPKG
node-calendar-js
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Simple JavaScript calendar library.
github.com/DevSnowflake/calendar
DevSnowflake/calendar
node-calendar-js
/
tsconfig.json
14 lines
•
236 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"ES2020"
,
"declaration"
:
true
,
"strict"
:
true
,
"strictNullChecks"
:
false
,
"esModuleInterop"
:
true
,
"outDir"
:
"./build/"
}
,
"files"
:
[
"index.ts"
]
}