UNPKG
react-native-360-images-viewer
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A React Native component for 360-degree images viewing.
react-native-360-images-viewer
/
tsconfig.json
14 lines
(13 loc)
•
253 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"ES5"
,
"module"
:
"CommonJS"
,
"jsx"
:
"react"
,
"declaration"
:
true
,
"outDir"
:
"dist"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
}
,
"include"
:
[
"*"
]
,
"exclude"
:
[
"node_modules"
,
"dist"
]
}