UNPKG
@ricepuddin/redux-segment
Version:
latest (1.4.1)
1.4.1
Segment.io analytics integration for redux.
github.com/rangle/redux-segment
rangle/redux-segment
@ricepuddin/redux-segment
/
examples
/
angular2-redux
/
tsconfig.json
16 lines
(15 loc)
•
286 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
,
"noImplicitAny"
:
false
,
"removeComments"
:
false
,
"sourceMap"
:
true
}
,
"exclude"
:
[
"node_modules"
,
"app/__build"
]
}