UNPKG

@wowzamediasystems/sdk-rts

Version:

SDK for building a realtime broadcaster using the Wowza platform.

15 lines (14 loc) 288 B
{ "compilerOptions": { "composite": true, "incremental": true, "allowJs": true, "declaration": true, "emitDeclarationOnly": true, "outDir": "dist", "strict": false, "skipLibCheck": true }, "include": ["./src"], "exclude": ["./node_modules/**/*"] }