mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-18 00:14:17 +00:00
8 lines
138 B
JSON
8 lines
138 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["ESNext", "dom"]
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.tsx"]
|
|
}
|