UNPKG
@juandardilag/returns
Version:
latest (1.0.9)
next (1.0.8-1)
1.0.9
1.0.8
1.0.8-1
1.0.8-0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Custom Returns
github.com/JuanDArdilaG/returns
JuanDArdilaG/returns
@juandardilag/returns
/
tsconfig.json
13 lines
(12 loc)
•
240 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"module"
:
"ES6"
,
"noImplicitAny"
:
true
,
"removeComments"
:
true
,
"preserveConstEnums"
:
true
,
"sourceMap"
:
true
,
"outDir"
:
"build"
,
"moduleResolution"
:
"node"
,
"target"
:
"ES2020"
}
}