infobip-rtc
Version:
Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation
25 lines (24 loc) • 455 B
JSON
{
"compilerOptions": {
"target": "ES2021",
"module": "esnext",
"moduleResolution": "node",
"declaration": true,
"sourceMap": true,
"experimentalDecorators": true,
"outDir": "dist",
"lib": [
"ES2021",
"dom"
],
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true,
"removeComments": true,
"esModuleInterop": true
},
"exclude": [
"node_modules",
"dist",
"test"
]
}