I made two projects, in my react project with npx, whenever i dont use typescript(where is supose to be) i get an error message:
and in my React Native project with expo, i dont get any messages
How can i set my react native project to send me this error message from typescript?
My react-native tsconfig.json:
{"extends": "expo/tsconfig.base","compilerOptions": {"strict": true }}