webrtc: wip data channel generator

This commit is contained in:
Koushik Dutta
2025-08-25 12:03:30 -07:00
parent f556ae7ff3
commit d4da11bb2c
2 changed files with 90 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"module": "commonjs",
"module": "Node16",
"moduleResolution": "Node16",
"target": "esnext",
"noImplicitAny": true,