Files
react-native-video/example/tsconfig.json
T
Krzysztof Moch 501be406fc fix: export types
2024-11-27 13:47:37 +01:00

9 lines
150 B
JSON

{
"extends": "@react-native/typescript-config/tsconfig.json",
"compilerOptions": {
"paths": {
"react-native-video": ["../"]
}
}
}