Files
react-native-image-viewing/example/tsconfig.json
T
2019-11-28 15:03:46 +01:00

12 lines
239 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"jsx": "react-native",
"lib": ["dom", "esnext"],
"moduleResolution": "node",
"noEmit": true,
"skipLibCheck": false,
"resolveJsonModule": true
}
}