// prettier-ignore { "extends": "@tsconfig/react-native/tsconfig.json", /* Recommended React Native TSConfig base */ "compilerOptions": { /* Visit https://aka.ms/tsconfig.json to read more about this file */ "paths": { "react-native-video": ["../../src/index.ts"], "react": [ "./node_modules/@types/react" ] }, /* Completeness */ "skipLibCheck": true, /* Skip type checking all .d.ts files. */ } }