UNPKG
@webnode/livedata
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Observed within a given lifecycle
github.com/webnode-io/webnode
webnode-io/webnode
@webnode/livedata
/
tsconfig.json
14 lines
(13 loc)
•
287 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"removeComments"
:
true
,
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
,
"strictNullChecks"
:
true
,
"target"
:
"es6"
,
"noImplicitAny"
:
true
,
"sourceMap"
:
true
}
,
"exclude"
:
[
"node_modules"
]
}