mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-28 08:58:50 +00:00
12 lines
230 B
JSON
12 lines
230 B
JSON
{
|
|
"extends": [
|
|
"@react-native/typescript-config/tsconfig.json",
|
|
"../config/tsconfig.json"
|
|
],
|
|
"include": ["src", "index.js", "app.json"],
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"types": ["react-native"]
|
|
}
|
|
}
|