I have created a react native project with the following command.VS Code gives about 200 ts errors in the Problems section but I am able to compile with tsc.
npx react-native init MyApp --template react-native-template-typescript
Any idea why VS Code is doing like this? Thanks