UNPKG
@dapix/react-native-fio
Version:
latest (0.1.0)
0.1.0
The FIO react-native-fio SDK communicates with the FIO Blockchain.
@dapix/react-native-fio
/
tsconfig.json
17 lines
•
349 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"compilerOptions"
:
{
"baseUrl"
:
"."
,
"paths"
:
{
"*"
:
[
"types/*"
]
}
,
"module"
:
"commonjs"
,
"noImplicitReturns"
:
true
,
"noUnusedLocals"
:
true
,
"outDir"
:
"lib"
,
"sourceMap"
:
false
,
"strict"
:
true
,
"target"
:
"es2015"
}
,
"compileOnSave"
:
true
,
"include"
:
[
"src"
]
}