error warning in expo-image-picker

Please provide the following:

  1. SDK Version: 47.0.0
  2. Platforms(Android/iOS/web/all):
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Just seeing an error indication in my node modules and it was coming from
expo-image-picker → tsconfig.json

The line 3 (“expo-module-scripts/tsconfig.base”) is where the error is being indicated.

How to remove this error, or should i just ignore it?

// @generated by expo-module-scripts
{
“extends”: “expo-module-scripts/tsconfig.base”,
“compilerOptions”: {
“outDir”: “./build”
},
“include”: [“./src”],
“exclude”: [“/mocks/*", "/tests/", "**/stories/”]
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.