mirror of
https://github.com/status-im/react-native-image-viewing.git
synced 2026-08-31 11:51:06 +00:00
12 lines
239 B
JSON
12 lines
239 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"jsx": "react-native",
|
|
"lib": ["dom", "esnext"],
|
|
"moduleResolution": "node",
|
|
"noEmit": true,
|
|
"skipLibCheck": false,
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|