mirror of
https://github.com/status-im/react-native-image-viewing.git
synced 2026-09-01 12:21:12 +00:00
16 lines
292 B
JSON
16 lines
292 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"jsx": "react-native",
|
|
"lib": [
|
|
"dom",
|
|
"esnext"
|
|
],
|
|
"moduleResolution": "node",
|
|
"noEmit": true,
|
|
"skipLibCheck": false,
|
|
"resolveJsonModule": true
|
|
},
|
|
"extends": "expo/tsconfig.base"
|
|
}
|