mirror of https://github.com/OpenVidu/openvidu.git
openvidu-testapp: update tsconfig.json to make it compatible with openvidu-browser-v2compatibility
parent
c43b11dd87
commit
b50f631269
|
@ -13,10 +13,12 @@
|
||||||
"node_modules/@types"
|
"node_modules/@types"
|
||||||
],
|
],
|
||||||
"lib": [
|
"lib": [
|
||||||
"es2017",
|
"ES2022",
|
||||||
"dom",
|
"dom",
|
||||||
"ES2021.WeakRef"
|
"ES2021.WeakRef"
|
||||||
],
|
],
|
||||||
|
"types": ["node"],
|
||||||
|
"skipLibCheck": true,
|
||||||
"useDefineForClassFields": false
|
"useDefineForClassFields": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue