2022-04-23 22:23:10 +02:00
|
|
|
{
|
2024-01-10 08:45:37 +01:00
|
|
|
"extends": "@react-native/typescript-config/tsconfig.json",
|
2023-11-17 08:38:26 +01:00
|
|
|
"compilerOptions": {
|
|
|
|
"paths": {
|
|
|
|
"react-native-video": ["../../src/index"]
|
|
|
|
}
|
|
|
|
},
|
2023-11-22 15:03:57 +01:00
|
|
|
"include": ["src", "**/*.js"],
|
2024-01-10 08:45:37 +01:00
|
|
|
"exclude": ["node_modules"]
|
2023-09-28 08:25:13 +02:00
|
|
|
}
|