{ "compilerOptions": { "baseUrl": "./", "paths": { "@livekit/react-native": ["./src/index"] }, "allowUnreachableCode": false, "allowUnusedLabels": false, "allowSyntheticDefaultImports" : true, "esModuleInterop": true, "importsNotUsedAsValues": "error", "forceConsistentCasingInFileNames": true, "jsx": "react", "lib": ["esnext"], "module": "esnext", "moduleResolution": "node", "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, "noImplicitUseStrict": false, "noStrictGenericChecks": false, "noUnusedLocals": true, "noUnusedParameters": true, "resolveJsonModule": true, "skipLibCheck": true, "strict": true, "target": "esnext" }, "typedocOptions": { "entryPoints": ["src/index.tsx"], "excludeInternal": true, "excludePrivate": true, "excludeProtected": true, "excludeExternals": true, "includeVersion": true, "name": "LiveKit React Native Client SDK", "out": "docs", "theme": "default" } }