kadikraman / react-native-beyond-basics

Intermediate React Native course material
https://kadikraman.github.io/react-native-beyond-basics/
58 stars 21 forks source link

SkipLibCheck true to skip type checking of node modules #3

Closed ClareBee closed 2 years ago

ClareBee commented 2 years ago

In docs/bottom-navigation/navigation.mdx line 54, boolean value of skipLibCheck should be true:

  1. in tsconfig.json, set "skipLibCheck": true, - this prevents the tsc command from checking node_modules