react-native-video/examples/FabricExample/tsconfig.json
yungblud e5a2ee3bd3
feat: bump up fabric example react-native iOS (#3951)
* feat: 🔥 version bump react native for ios FabricExample
* feat:  copied newly created basic example TS files
2024-06-30 17:20:28 +02:00

14 lines
432 B
JSON

// prettier-ignore
{
"extends": "@react-native/typescript-config/tsconfig.json",
"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. */
}
}