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