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