mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-18 16:25:50 +00:00
12 lines
256 B
JSON
12 lines
256 B
JSON
{
|
|
// This file is not used in compilation. It is here just for a nice editor experience.
|
|
"extends": [
|
|
"@docusaurus/tsconfig",
|
|
"../config/tsconfig.json"
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": "."
|
|
},
|
|
"exclude": [".docusaurus", "build"]
|
|
}
|