e5a2ee3bd3
* feat: 🔥 version bump react native for ios FabricExample * feat: ✨ copied newly created basic example TS files
14 lines
432 B
JSON
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. */
|
|
}
|
|
}
|