bitmovin-player-react-native
Version:
Official React Native bindings for Bitmovin's mobile Player SDKs.
24 lines (23 loc) • 519 B
JSON
{
"name": "Bitmovin Player React Native SDK",
"out": "./docs/generated",
"tsconfig": "./tsconfig.json",
"excludeProtected": true,
"excludePrivate": true,
"excludeInternal": true,
"excludeExternals": true,
"includeVersion": true,
"entryPoints": ["./src"],
"exclude": ["./example/**/*", "./integration_test/**/*"],
"treatWarningsAsErrors": true,
"blockTags": [
"@platform",
"@remarks",
"@see",
"@param",
"@returns",
"@example",
"@deprecated",
"@defaultValue"
]
}