UNPKG

awrtc_browser

Version:

Compatible browser implementation to the Unity asset WebRTC Video Chat. Try examples in build folder

12 lines (10 loc) 206 B
{ "extends": "./tsconfig_base", "compilerOptions": { "declaration": true, "target": "es5", "lib" : ["ES2016", "dom"], "module": "es2015", "outDir": "../../build/awrtc" } }