UNPKG
catch-decorator-ts
Version:
latest (0.0.5)
0.0.5
Handle your exceptions elegantly
github.com/valjic1/catch-decorator-ts
valjic1/catch-decorator-ts
catch-decorator-ts
/
tsconfig.prod.json
8 lines
(7 loc)
•
115 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"module"
:
"es6"
}
,
"exclude"
:
[
"tests/**/*.ts"
]
}