UNPKG
u4pm-jaysvcutil
Version:
latest (0.1.21)
0.1.21
0.1.20
OData v4 metadata generator tool for JayData
jaydata.org
jaydata/jaydata
u4pm-jaysvcutil
/
tsconfig.json
17 lines
(16 loc)
•
354 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"
:
"es2017"
,
"emitDecoratorMetadata"
:
true
,
"declaration"
:
true
,
"watch"
:
false
,
"sourceMap"
:
true
}
,
"exclude"
:
[
"lib"
,
"node_modules"
]
}