Files
react-native-image-viewing/example/tsconfig.json
T

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"
}