UNPKG
@revopush/react-native-code-push
Version:
latest (1.1.0)
1.1.0
1.0.0
0.0.1
React Native plugin for the CodePush service
revopush.org
revopush/react-native-code-push
@revopush/react-native-code-push
/
tsconfig.json
18 lines
(17 loc)
•
365 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"compilerOptions"
:
{
"target"
:
"ES5"
,
"module"
:
"commonjs"
,
"lib"
:
[
"es6"
]
,
"noImplicitAny"
:
true
,
"noEmitOnError"
:
true
,
"moduleResolution"
:
"node"
,
"sourceMap"
:
true
,
"rootDir"
:
"test"
,
"outDir"
:
"bin"
,
"removeComments"
:
true
}
,
"exclude"
:
[
"Examples"
]
}