You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Using the type definitions in @types/expo becuase they are still better than the ones provided by expo. See SvgScreen.tsx and SystemFontsScreen.tsx.
"paths": {
"*": ["types/*"],
"expo": [
"../node_modules/@types/expo",
"../node_modules/expo"
],
},
"skipLibCheck": true,
"sourceMap": false, // Something else (Babel?) is creating the necessary source maps.