Files
react-native-image-crop-picker/example/jsconfig.json
T

10 lines
152 B
JSON

{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules"
]
}