13 lines
327 B
JSON
13 lines
327 B
JSON
{
|
|
"rootDir": "./src",
|
|
"extends": "@react-native/typescript-config/tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"react-native-video": ["../../src/index"],
|
|
"react-native-video-plugin-sample": ["../react-native-video-plugin-sample/src/index"],
|
|
}
|
|
},
|
|
"jsx": "react",
|
|
"exclude": ["node_modules"]
|
|
}
|