41ac781412
* feat!: move require source to `uri` * pass other source properties * chore: update basic example * chore: restore backward compatibility * docs: update source via require * fix types * make docs build workflow pretty * improve docs
12 lines
274 B
JSON
12 lines
274 B
JSON
{
|
|
"extends": "@react-native/typescript-config/tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"react-native-video": ["../../src/index"],
|
|
"react": ["./node_modules/@types/react"]
|
|
}
|
|
},
|
|
"include": ["src", "**/*.js"],
|
|
"exclude": ["node_modules"]
|
|
}
|