UNPKG
@playerony/try-catch-wrapper
Version:
latest (1.0.1)
1.0.1
1.0.0
Functional try-catch wrapper.
github.com/playerony/try-catch-wrapper
playerony/try-catch-wrapper
@playerony/try-catch-wrapper
/
tests
/
tsconfig.json
16 lines
(15 loc)
•
236 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"extends"
:
"../tsconfig.json"
,
"references"
:
[
{
"path"
:
".."
,
"name"
:
"try-catch-wrapper"
}
]
,
"compilerOptions"
:
{
"noEmit"
:
true
,
"rootDir"
:
".."
,
"types"
:
[
"jest"
]
}
,
"include"
:
[
"."
]
}