UNPKG
la-gregory
Version:
latest (1.0.1)
1.0.1
1.0.0
jest date mocks
github.com/insidewhy/la-gregory
insidewhy/la-gregory
la-gregory
/
src
/
tsconfig.json
13 lines
(12 loc)
•
246 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"declaration"
:
true
,
"strict"
:
true
,
"lib"
:
[
"es6"
,
"dom"
]
,
"moduleResolution"
:
"node"
,
"sourceMap"
:
true
,
"preserveWatchOutput"
:
true
,
"outDir"
:
"../dist.es2015"
,
"target"
:
"es2015"
}
}