openvidu-testapp: update tsconfig.json to make it compatible with openvidu-browser-v2compatibility

v2compatibility
pabloFuente 2025-07-01 12:38:06 +02:00
parent c43b11dd87
commit b50f631269
1 changed files with 3 additions and 1 deletions

View File

@ -13,10 +13,12 @@
"node_modules/@types"
],
"lib": [
"es2017",
"ES2022",
"dom",
"ES2021.WeakRef"
],
"types": ["node"],
"skipLibCheck": true,
"useDefineForClassFields": false
}
}