dpg.broadcast-webrtc
Version:
Modern Broadcast client service library
24 lines • 417 B
JSON
{
"compilerOptions": {
"target": "esnext",
"lib": [
"ES6",
"dom",
"es2021.intl"
],
"types": [
"mocha"
],
"module": "commonjs",
"outDir": "../../../out",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"sourceMap": true,
"declaration": true
},
"exclude": [
"node_modules",
"dist",
"tests"
]
}