UNPKG
nemoin
Version:
latest (1.3.0)
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
Typescript Date library
github.com/RandalRussel/nemoin.git
RandalRussel/nemoin
nemoin
/
tsconfig.cjs.json
13 lines
(12 loc)
•
195 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"declaration"
:
true
,
"target"
:
"es5"
,
"module"
:
"commonjs"
}
,
"include"
:
[
"locale/**/index.ts"
,
"index.ts"
]
}