{ "extends": "@react-native/typescript-config/tsconfig.json", "compilerOptions": { "paths": { "react-native-video": ["../../src/index"] } }, "include": ["src", "**/*.js"], "exclude": ["node_modules"] }