2022-04-23 14:23:10 -06:00
|
|
|
{
|
2024-06-20 03:58:55 -06:00
|
|
|
"rootDir": "./src",
|
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": {
|
2024-03-13 01:23:11 -06:00
|
|
|
"react-native-video": ["../../src/index"],
|
2024-06-25 00:55:32 -06:00
|
|
|
"react-native-video-plugin-sample": ["../react-native-video-plugin-sample/src/index"],
|
2023-11-17 00:38:26 -07:00
|
|
|
}
|
|
|
|
},
|
2024-05-22 06:01:55 -06:00
|
|
|
"jsx": "react",
|
2024-01-10 00:45:37 -07:00
|
|
|
"exclude": ["node_modules"]
|
2023-09-28 00:25:13 -06:00
|
|
|
}
|