UNPKG
@oyearun/format-dates.js
Version:
latest (1.0.7)
1.0.7
1.0.6
---
@oyearun/format-dates.js
/
tsconfig.json
12 lines
•
273 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"target"
:
"ES6"
,
"module"
:
"esnext"
,
"outDir"
:
"./dist"
,
"strict"
:
true
,
"declaration"
:
true
,
"esModuleInterop"
:
true
}
,
"include"
:
[
"src/**/*"
]
,
"exclude"
:
[
"node_modules"
]
}