mirror of https://github.com/OpenVidu/openvidu.git
ov-components: Update TypeScript library target to ES2021 in tsconfig.lib.json
parent
ae305d0a76
commit
9c23ff079a
|
@ -5,7 +5,7 @@
|
|||
"outDir": "../../dist/openvidu-angular",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"lib": ["ES2020", "dom"],
|
||||
"lib": ["ES2021", "dom"],
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"declaration": true,
|
||||
|
|
Loading…
Reference in New Issue