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