b5ac4d6a11
* chore(example): bump react-native version * fix(ci): bump java version
11 lines
226 B
JSON
11 lines
226 B
JSON
{
|
|
"extends": "@react-native/typescript-config/tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"react-native-video": ["../../src/index"]
|
|
}
|
|
},
|
|
"include": ["src", "**/*.js"],
|
|
"exclude": ["node_modules"]
|
|
}
|