mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-17 21:09:20 +00:00
9 lines
150 B
JSON
9 lines
150 B
JSON
{
|
|
"extends": "@react-native/typescript-config/tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"react-native-video": ["../"]
|
|
}
|
|
}
|
|
}
|