UNPKG

@observertc/observer-js

Version:

Server Side NodeJS Library for processing ObserveRTC Samples

20 lines (18 loc) 363 B
{ "compileOnSave": true, "compilerOptions": { "lib": [ "ES2020", "dom" ], "target": "ESNext", "module": "CommonJS", "moduleResolution": "node", "esModuleInterop": true, "strict": true, "outDir": "lib", "declaration": true, "declarationMap": true, "experimentalDecorators": true, "emitDecoratorMetadata": true }, "include": [ "src" ] }