UNPKG
jaydata-error-handler
Version:
latest (0.0.1)
0.0.1
JayData Error Handler
jaydata.org
jaystack/jaydata-error-handler
jaydata-error-handler
/
tsconfig.json
17 lines
(16 loc)
•
350 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"compilerOptions"
:
{
"experimentalDecorators"
:
true
,
"outDir"
:
"lib"
,
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"emitDecoratorMetadata"
:
true
,
"declaration"
:
true
,
"watch"
:
true
,
"sourceMap"
:
true
}
,
"exclude"
:
[
"lib"
,
"node_modules"
]
}